Html Css Color HEX #D5CEB6 White Rock

📋 copy color: '#D5CEB6'

red 213 ◦ green 206 ◦ blue 182

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

Shades of White Rock #D5CEB6

Tints of White Rock #D5CEB6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.28%

 BLUE value IS 182 (71.48% from 255) = 30.28%

R = 35.44%
G = 34.28%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D5CEB6 (or 0xD5CEB6) is known color: White Rock. HEX triplet: D5, CE and B6. RGB value is (213,206,182). Sum of RGB (Red+Green+Blue) = 213+206+182=601 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.44% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 182 (71.48% from 255 or 30.28% from 601); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEB6 is #2A3149. Grayscale: #CDCDCD. Windows color (decimal): -2765130 or 11980501. OLE color: 11980501.

HSL color Cylindrical-coordinate representation of color #D5CEB6: hue angle of 46.45º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CEB6 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 206 182 -
CMYK 0 0.03 0.15 0.16
HSL 46.45º 0.27% 0.77% -
HSV(B) 46.45º 0.15% 0.84% -
XYZ 57.96 61.67 53.1 -
YUV 205.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 213 206 182 0 0.03 0.15 0.16 46.45 0.27 0.77
Hex D5 CE B6 0 3 F 10 2E 1B 4D
Octal 325 316 266 0 3 17 20 56 33 115
Binary 11010101 11001110 10110110 0 11 1111 10000 101110 11011 1001101

Color Harmonies of #D5CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEB6

Black with #D5CEB6

Text Example


Text Example

White with #D5CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEB6; }

 p { color: rgb(213,206,182); }

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

background-color css

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

 a { background-color: rgb(213,206,182); }

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

border-color css

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

 span { border-color: rgb(213,206,182); }

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