Html Css Color HEX #D5CEB3 White Rock

📋 copy color: '#D5CEB3'

red 213 ◦ green 206 ◦ blue 179

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

Shades of White Rock #D5CEB3

Tints of White Rock #D5CEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 29.93%

R = 35.62%
G = 34.45%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D5CEB3 (or 0xD5CEB3) is known color: White Rock. HEX triplet: D5, CE and B3. RGB value is (213,206,179). Sum of RGB (Red+Green+Blue) = 213+206+179=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 179 (70.31% from 255 or 29.93% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEB3 is #2A314C. Grayscale: #CDCDCD. Windows color (decimal): -2765133 or 11783893. OLE color: 11783893.

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

Color convert

RGB 213 206 179 -
CMYK 0 0.03 0.16 0.16
HSL 47.65º 0.29% 0.77% -
HSV(B) 47.65º 0.16% 0.84% -
XYZ 57.65 61.54 51.49 -
YUV 205.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 213 206 179 0 0.03 0.16 0.16 47.65 0.29 0.77
Hex D5 CE B3 0 3 10 10 30 1D 4D
Octal 325 316 263 0 3 20 20 60 35 115
Binary 11010101 11001110 10110011 0 11 10000 10000 110000 11101 1001101

Color Harmonies of #D5CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEB3

Black with #D5CEB3

Text Example


Text Example

White with #D5CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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