#D9CEC6

Color #D9CEC6 Pearl Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pearl Bush #D9CEC6

Tints of Pearl Bush #D9CEC6

Color information

#D9CEC6 (or 0xD9CEC6) is unknown color: approx Pearl Bush. HEX triplet: D9, CE and C6. RGB value is (217,206,198). Sum of RGB (Red+Green+Blue) = 217+206+198=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEC6 is #263139. Grayscale: #D0D0D0. Windows color (decimal): -2502970 or 13029081. OLE color: 13029081.

HSL color Cylindrical-coordinate representation of color #D9CEC6: hue angle of 25.26º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9CEC6 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB217206198-
CMYK00.050.090.15
HSL25.26º20%81.37%-
HSV(B)25.26º8.76%85.1%-
XYZ60.8862.9762.37-
YUV208.38122.14134.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=34.94%
G=33.17%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720619800.050.090.1525.262081.37
HexD9CEC6059F191451
Octal3313163060511173124121
Binary11011001110011101100011001011001111111001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEC6; }

 p { color: rgb(217,206,198); }

 H1.HeaderClassName
 {
   color: #D9CEC6;
 }
 .AnyTagClassName
 {
   color: #D9CEC6;
 }
</style>
background-color css

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

 a { background-color: rgb(217,206,198); }

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

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

 span { border-color: rgb(217,206,198); }

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