Html Css Color HEX #CEBBB6 Wafer

📋 copy color: '#CEBBB6'

red 206 ◦ green 187 ◦ blue 182

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

Shades of Wafer #CEBBB6

Tints of Wafer #CEBBB6

RGB

 RED value IS 206 (80.86% from 255) = 35.83%

 GREEN value IS 187 (73.44% from 255) = 32.52%

 BLUE value IS 182 (71.48% from 255) = 31.65%

R = 35.83%
G = 32.52%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CEBBB6 (or 0xCEBBB6) is known color: Wafer. HEX triplet: CE, BB and B6. RGB value is (206,187,182). Sum of RGB (Red+Green+Blue) = 206+187+182=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBB6 is #314449. Grayscale: #C0C0C0. Windows color (decimal): -3228746 or 11975630. OLE color: 11975630.

HSL color Cylindrical-coordinate representation of color #CEBBB6: hue angle of 12.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBBB6 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 187 182 -
CMYK 0 0.09 0.12 0.19
HSL 12.5º 0.2% 0.76% -
HSV(B) 12.5º 0.12% 0.81% -
XYZ 51.67 52.04 51.58 -
YUV 192.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 206 187 182 0 0.09 0.12 0.19 12.5 0.2 0.76
Hex CE BB B6 0 9 C 13 C 14 4C
Octal 316 273 266 0 11 14 23 14 24 114
Binary 11001110 10111011 10110110 0 1001 1100 10011 1100 10100 1001100

Color Harmonies of #CEBBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBBB6

Black with #CEBBB6

Text Example


Text Example

White with #CEBBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBBB6; }

 p { color: rgb(206,187,182); }

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

background-color css

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

 a { background-color: rgb(206,187,182); }

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

border-color css

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

 span { border-color: rgb(206,187,182); }

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