Html Css Color HEX #D5CEAB White Rock

📋 copy color: '#D5CEAB'

red 213 ◦ green 206 ◦ blue 171

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

Shades of White Rock #D5CEAB

Tints of White Rock #D5CEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.98%

R = 36.1%
G = 34.92%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D5CEAB (or 0xD5CEAB) is known color: White Rock. HEX triplet: D5, CE and AB. RGB value is (213,206,171). Sum of RGB (Red+Green+Blue) = 213+206+171=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 206 (80.86% from 255 or 34.92% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CEAB is #2A3154. Grayscale: #CCCCCC. Windows color (decimal): -2765141 or 11259605. OLE color: 11259605.

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

Color convert

RGB 213 206 171 -
CMYK 0 0.03 0.20 0.16
HSL 50º 0.33% 0.75% -
HSV(B) 50º 0.2% 0.84% -
XYZ 56.86 61.23 47.35 -
YUV 204.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 213 206 171 0 0.03 0.20 0.16 50 0.33 0.75
Hex D5 CE AB 0 3 14 10 32 21 4B
Octal 325 316 253 0 3 24 20 62 41 113
Binary 11010101 11001110 10101011 0 11 10100 10000 110010 100001 1001011

Color Harmonies of #D5CEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEAB

Black with #D5CEAB

Text Example


Text Example

White with #D5CEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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