Html Css Color HEX #D6CEBC Blanc

📋 copy color: '#D6CEBC'

red 214 ◦ green 206 ◦ blue 188

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

Shades of Blanc #D6CEBC

Tints of Blanc #D6CEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.92%

R = 35.2%
G = 33.88%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D6CEBC (or 0xD6CEBC) is known color: Blanc. HEX triplet: D6, CE and BC. RGB value is (214,206,188). Sum of RGB (Red+Green+Blue) = 214+206+188=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBC is #293143. Grayscale: #CECECE. Windows color (decimal): -2699588 or 12373718. OLE color: 12373718.

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

Color convert

RGB 214 206 188 -
CMYK 0 0.04 0.12 0.16
HSL 41.54º 0.24% 0.79% -
HSV(B) 41.54º 0.12% 0.84% -
XYZ 58.88 62.07 56.45 -
YUV 206.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 214 206 188 0 0.04 0.12 0.16 41.54 0.24 0.79
Hex D6 CE BC 0 4 C 10 2A 18 4F
Octal 326 316 274 0 4 14 20 52 30 117
Binary 11010110 11001110 10111100 0 100 1100 10000 101010 11000 1001111

Color Harmonies of #D6CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEBC

Black with #D6CEBC

Text Example


Text Example

White with #D6CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEBC; }

 p { color: rgb(214,206,188); }

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

background-color css

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

 a { background-color: rgb(214,206,188); }

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

border-color css

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

 span { border-color: rgb(214,206,188); }

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