Html Css Color HEX #D8CCBB Blanc

📋 copy color: '#D8CCBB'

red 216 ◦ green 204 ◦ blue 187

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

Shades of Blanc #D8CCBB

Tints of Blanc #D8CCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.61%

 BLUE value IS 187 (73.44% from 255) = 30.81%

R = 35.58%
G = 33.61%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D8CCBB (or 0xD8CCBB) is known color: Blanc. HEX triplet: D8, CC and BB. RGB value is (216,204,187). Sum of RGB (Red+Green+Blue) = 216+204+187=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCBB is #273344. Grayscale: #CDCDCD. Windows color (decimal): -2569029 or 12307672. OLE color: 12307672.

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

Color convert

RGB 216 204 187 -
CMYK 0 0.06 0.13 0.15
HSL 35.17º 0.27% 0.79% -
HSV(B) 35.17º 0.13% 0.85% -
XYZ 58.88 61.37 55.76 -
YUV 205.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 216 204 187 0 0.06 0.13 0.15 35.17 0.27 0.79
Hex D8 CC BB 0 6 D F 23 1B 4F
Octal 330 314 273 0 6 15 17 43 33 117
Binary 11011000 11001100 10111011 0 110 1101 1111 100011 11011 1001111

Color Harmonies of #D8CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCBB

Black with #D8CCBB

Text Example


Text Example

White with #D8CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCBB; }

 p { color: rgb(216,204,187); }

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

background-color css

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

 a { background-color: rgb(216,204,187); }

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

border-color css

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

 span { border-color: rgb(216,204,187); }

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