Html Css Color HEX #D8CFB9 Spanish White

📋 copy color: '#D8CFB9'

red 216 ◦ green 207 ◦ blue 185

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

Shades of Spanish White #D8CFB9

Tints of Spanish White #D8CFB9

RGB

 RED value IS 216 (84.77% from 255) = 35.53%

 GREEN value IS 207 (81.25% from 255) = 34.05%

 BLUE value IS 185 (72.66% from 255) = 30.43%

R = 35.53%
G = 34.05%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8CFB9 (or 0xD8CFB9) is known color: Spanish White. HEX triplet: D8, CF and B9. RGB value is (216,207,185). Sum of RGB (Red+Green+Blue) = 216+207+185=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 207 (81.25% from 255 or 34.05% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFB9 is #273046. Grayscale: #CFCFCF. Windows color (decimal): -2568263 or 12177368. OLE color: 12177368.

HSL color Cylindrical-coordinate representation of color #D8CFB9: hue angle of 42.58º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8CFB9 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 207 185 -
CMYK 0 0.04 0.14 0.15
HSL 42.58º 0.28% 0.79% -
HSV(B) 42.58º 0.14% 0.85% -
XYZ 59.39 62.73 54.88 -
YUV 207.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 216 207 185 0 0.04 0.14 0.15 42.58 0.28 0.79
Hex D8 CF B9 0 4 E F 2B 1C 4F
Octal 330 317 271 0 4 16 17 53 34 117
Binary 11011000 11001111 10111001 0 100 1110 1111 101011 11100 1001111

Color Harmonies of #D8CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CFB9

Black with #D8CFB9

Text Example


Text Example

White with #D8CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CFB9; }

 p { color: rgb(216,207,185); }

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

background-color css

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

 a { background-color: rgb(216,207,185); }

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

border-color css

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

 span { border-color: rgb(216,207,185); }

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