Html Css Color HEX #D8CBCC Melanie

📋 copy color: '#D8CBCC'

red 216 ◦ green 203 ◦ blue 204

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

Shades of Melanie #D8CBCC

Tints of Melanie #D8CBCC

RGB

 RED value IS 216 (84.77% from 255) = 34.67%

 GREEN value IS 203 (79.69% from 255) = 32.58%

 BLUE value IS 204 (80.08% from 255) = 32.74%

R = 34.67%
G = 32.58%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8CBCC (or 0xD8CBCC) is known color: Melanie. HEX triplet: D8, CB and CC. RGB value is (216,203,204). Sum of RGB (Red+Green+Blue) = 216+203+204=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CBCC is #273433. Grayscale: #CFCFCF. Windows color (decimal): -2569268 or 13421528. OLE color: 13421528.

HSL color Cylindrical-coordinate representation of color #D8CBCC: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CBCC is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 203 204 -
CMYK 0 0.06 0.06 0.15
HSL 355.38º 0.14% 0.82% -
HSV(B) 355.38º 0.06% 0.85% -
XYZ 60.57 61.67 65.84 -
YUV 207 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 216 203 204 0 0.06 0.06 0.15 355.38 0.14 0.82
Hex D8 CB CC 0 6 6 F 163 E 52
Octal 330 313 314 0 6 6 17 543 16 122
Binary 11011000 11001011 11001100 0 110 110 1111 101100011 1110 1010010

Color Harmonies of #D8CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CBCC

Black with #D8CBCC

Text Example


Text Example

White with #D8CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CBCC; }

 p { color: rgb(216,203,204); }

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

background-color css

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

 a { background-color: rgb(216,203,204); }

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

border-color css

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

 span { border-color: rgb(216,203,204); }

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