Html Css Color HEX #D6CEBE Blanc

📋 copy color: '#D6CEBE'

red 214 ◦ green 206 ◦ blue 190

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

Shades of Blanc #D6CEBE

Tints of Blanc #D6CEBE

RGB

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

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

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

R = 35.08%
G = 33.77%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6CEBE (or 0xD6CEBE) is known color: Blanc. HEX triplet: D6, CE and BE. RGB value is (214,206,190). Sum of RGB (Red+Green+Blue) = 214+206+190=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBE is #293141. Grayscale: #CECECE. Windows color (decimal): -2699586 or 12504790. OLE color: 12504790.

HSL color Cylindrical-coordinate representation of color #D6CEBE: hue angle of 40º 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 #D6CEBE is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 206 190 -
CMYK 0 0.04 0.11 0.16
HSL 40º 0.23% 0.79% -
HSV(B) 40º 0.11% 0.84% -
XYZ 59.1 62.16 57.6 -
YUV 206.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 214 206 190 0 0.04 0.11 0.16 40 0.23 0.79
Hex D6 CE BE 0 4 B 10 28 17 4F
Octal 326 316 276 0 4 13 20 50 27 117
Binary 11010110 11001110 10111110 0 100 1011 10000 101000 10111 1001111

Color Harmonies of #D6CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CEBE

Black with #D6CEBE

Text Example


Text Example

White with #D6CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CEBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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