#D4CDAE

Color #D4CDAE White Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Rock #D4CDAE

Tints of White Rock #D4CDAE

Color information

#D4CDAE (or 0xD4CDAE) is unknown color: approx White Rock. HEX triplet: D4, CD and AE. RGB value is (212,205,174). Sum of RGB (Red+Green+Blue) = 212+205+174=591 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.87% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CDAE is #2B3251. Grayscale: #CBCBCB. Windows color (decimal): -2830930 or 11455956. OLE color: 11455956.

HSL color Cylindrical-coordinate representation of color #D4CDAE: hue angle of 48.95º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4CDAE is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212205174-
CMYK00.030.180.17
HSL48.95º30.65%75.69%-
HSV(B)48.95º17.92%83.14%-
XYZ56.6260.7248.78-
YUV203.56111.32134.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.87%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 174 (68.36% from 255) = 29.44%
R=35.87%
G=34.69%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220517400.030.180.1748.9530.6575.69
HexD4CDAE031211311f4c
Octal3243152560322216137114
Binary1101010011001101101011100111001010001110001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDAE; }

 p { color: rgb(212,205,174); }

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

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

 a { background-color: rgb(212,205,174); }

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

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

 span { border-color: rgb(212,205,174); }

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