Html Css Color HEX #D6CCBE Blanc

📋 copy color: '#D6CCBE'

red 214 ◦ green 204 ◦ blue 190

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

Shades of Blanc #D6CCBE

Tints of Blanc #D6CCBE

RGB

 RED value IS 214 (83.98% from 255) = 35.2%

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

 BLUE value IS 190 (74.61% from 255) = 31.25%

R = 35.2%
G = 33.55%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6CCBE (or 0xD6CCBE) is known color: Blanc. HEX triplet: D6, CC and BE. RGB value is (214,204,190). Sum of RGB (Red+Green+Blue) = 214+204+190=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 204 (80.08% from 255 or 33.55% from 608); Blue value is 190 (74.61% from 255 or 31.25% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCBE is #293341. Grayscale: #CDCDCD. Windows color (decimal): -2700098 or 12504278. OLE color: 12504278.

HSL color Cylindrical-coordinate representation of color #D6CCBE: hue angle of 35º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6CCBE is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 204 190 -
CMYK 0 0.05 0.11 0.16
HSL 35º 0.23% 0.79% -
HSV(B) 35º 0.11% 0.84% -
XYZ 58.62 61.2 57.44 -
YUV 205.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 214 204 190 0 0.05 0.11 0.16 35 0.23 0.79
Hex D6 CC BE 0 5 B 10 23 17 4F
Octal 326 314 276 0 5 13 20 43 27 117
Binary 11010110 11001100 10111110 0 101 1011 10000 100011 10111 1001111

Color Harmonies of #D6CCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCBE

Black with #D6CCBE

Text Example


Text Example

White with #D6CCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCBE; }

 p { color: rgb(214,204,190); }

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

background-color css

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

 a { background-color: rgb(214,204,190); }

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

border-color css

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

 span { border-color: rgb(214,204,190); }

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