#CDC6BB

Color #CDC6BB Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #CDC6BB

Tints of Stark White #CDC6BB

Color information

#CDC6BB (or 0xCDC6BB) is unknown color: approx Stark White. HEX triplet: CD, C6 and BB. RGB value is (205,198,187). Sum of RGB (Red+Green+Blue) = 205+198+187=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6BB is #323944. Grayscale: #C6C6C6. Windows color (decimal): -3291461 or 12306125. OLE color: 12306125.

HSL color Cylindrical-coordinate representation of color #CDC6BB: hue angle of 36.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC6BB is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205198187-
CMYK00.030.090.20
HSL36.67º15.25%76.86%-
HSV(B)36.67º8.78%80.39%-
XYZ54.3456.9655.14-
YUV198.84121.32132.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 198 (77.73% from 255) = 33.56%
BLUE value IS 187 (73.44% from 255) = 31.69%
R=34.75%
G=33.56%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519818700.030.090.2036.6715.2576.86
HexCDC6BB0391425f4d
Octal3153062730311244517115
Binary11001101110001101011101101110011010010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6BB; }

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

 H1.HeaderClassName
 {
   color: #CDC6BB;
 }
 .AnyTagClassName
 {
   color: #CDC6BB;
 }
</style>
background-color css

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

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

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

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

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

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