Html Css Color HEX #CEC6BB Stark White

📋 copy color: '#CEC6BB'

red 206 ◦ green 198 ◦ blue 187

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

Shades of Stark White #CEC6BB

Tints of Stark White #CEC6BB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.5%

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

R = 34.86%
G = 33.5%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CEC6BB (or 0xCEC6BB) is known color: Stark White. HEX triplet: CE, C6 and BB. RGB value is (206,198,187). Sum of RGB (Red+Green+Blue) = 206+198+187=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC6BB is #313944. Grayscale: #C7C7C7. Windows color (decimal): -3225925 or 12306126. OLE color: 12306126.

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

Color convert

RGB 206 198 187 -
CMYK 0 0.04 0.09 0.19
HSL 34.74º 0.16% 0.77% -
HSV(B) 34.74º 0.09% 0.81% -
XYZ 54.62 57.1 55.16 -
YUV 199.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 206 198 187 0 0.04 0.09 0.19 34.74 0.16 0.77
Hex CE C6 BB 0 4 9 13 23 10 4D
Octal 316 306 273 0 4 11 23 43 20 115
Binary 11001110 11000110 10111011 0 100 1001 10011 100011 10000 1001101

Color Harmonies of #CEC6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC6BB

Black with #CEC6BB

Text Example


Text Example

White with #CEC6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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