Html Css Color HEX #D5CCD2 Twilight

📋 copy color: '#D5CCD2'

red 213 ◦ green 204 ◦ blue 210

#D5CCD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Twilight #D5CCD2

Tints of Twilight #D5CCD2

RGB

 RED value IS 213 (83.59% from 255) = 33.97%

 GREEN value IS 204 (80.08% from 255) = 32.54%

 BLUE value IS 210 (82.42% from 255) = 33.49%

R = 33.97%
G = 32.54%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5CCD2 (or 0xD5CCD2) is known color: Twilight. HEX triplet: D5, CC and D2. RGB value is (213,204,210). Sum of RGB (Red+Green+Blue) = 213+204+210=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CCD2 is #2A332D. Grayscale: #CFCFCF. Windows color (decimal): -2765614 or 13814997. OLE color: 13814997.

HSL color Cylindrical-coordinate representation of color #D5CCD2: hue angle of 320º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CCD2 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 204 210 -
CMYK 0 0.04 0.01 0.16
HSL 320º 0.1% 0.82% -
HSV(B) 320º 0.04% 0.84% -
XYZ 60.67 61.99 69.74 -
YUV 207.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 213 204 210 0 0.04 0.01 0.16 320 0.1 0.82
Hex D5 CC D2 0 4 1 10 140 A 52
Octal 325 314 322 0 4 1 20 500 12 122
Binary 11010101 11001100 11010010 0 100 1 10000 101000000 1010 1010010

Color Harmonies of #D5CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCD2

Black with #D5CCD2

Text Example


Text Example

White with #D5CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCD2; }

 p { color: rgb(213,204,210); }

 H1.HeaderClassName
 {
   color: #D5CCD2;
 }
 .AnyTagClassName
 {
   color: #D5CCD2;
 }
</style>

background-color css

<style>
 a { background-color: #D5CCD2; }

 a { background-color: rgb(213,204,210); }

 div.DivClassName
 {
   background-color: #D5CCD2;
 }
 .BgClassName
 {
   background-color: #D5CCD2;
 }
</style>

border-color css

<style>
 span { border-color: #D5CCD2; }

 span { border-color: rgb(213,204,210); }

 td.TdClassName
 {
   border-color: #D5CCD2;
 }
 .TagClassName
 {
   border-color: #D5CCD2;
 }
</style>