Html Css Color HEX #D4CCD0 Twilight

📋 copy color: '#D4CCD0'

red 212 ◦ green 204 ◦ blue 208

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

Shades of Twilight #D4CCD0

Tints of Twilight #D4CCD0

RGB

 RED value IS 212 (83.2% from 255) = 33.97%

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

 BLUE value IS 208 (81.64% from 255) = 33.33%

R = 33.97%
G = 32.69%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D4CCD0 (or 0xD4CCD0) is known color: Twilight. HEX triplet: D4, CC and D0. RGB value is (212,204,208). Sum of RGB (Red+Green+Blue) = 212+204+208=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCD0 is #2B332F. Grayscale: #CECECE. Windows color (decimal): -2831152 or 13683924. OLE color: 13683924.

HSL color Cylindrical-coordinate representation of color #D4CCD0: hue angle of 330º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CCD0 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 208 -
CMYK 0 0.04 0.02 0.17
HSL 330º 0.09% 0.82% -
HSV(B) 330º 0.04% 0.83% -
XYZ 60.13 61.74 68.42 -
YUV 206.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 212 204 208 0 0.04 0.02 0.17 330 0.09 0.82
Hex D4 CC D0 0 4 2 11 14A 9 52
Octal 324 314 320 0 4 2 21 512 11 122
Binary 11010100 11001100 11010000 0 100 10 10001 101001010 1001 1010010

Color Harmonies of #D4CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCD0

Black with #D4CCD0

Text Example


Text Example

White with #D4CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCD0; }

 p { color: rgb(212,204,208); }

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

background-color css

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

 a { background-color: rgb(212,204,208); }

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

border-color css

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

 span { border-color: rgb(212,204,208); }

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