#CDC5BB

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

Shades of Stark White #CDC5BB

Tints of Stark White #CDC5BB

Color information

#CDC5BB (or 0xCDC5BB) is unknown color: approx Stark White. HEX triplet: CD, C5 and BB. RGB value is (205,197,187). Sum of RGB (Red+Green+Blue) = 205+197+187=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5BB is #323A44. Grayscale: #C6C6C6. Windows color (decimal): -3291717 or 12305869. OLE color: 12305869.

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

Color convert

RGB205197187-
CMYK00.040.090.20
HSL33.33º15.25%76.86%-
HSV(B)33.33º8.78%80.39%-
XYZ54.1156.555.07-
YUV198.25121.65132.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.80%
GREEN value IS 197 (77.34% from 255) = 33.45%
BLUE value IS 187 (73.44% from 255) = 31.75%
R=34.80%
G=33.45%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519718700.040.090.2033.3315.2576.86
HexCDC5BB0491421f4d
Octal3153052730411244117115
Binary110011011100010110111011010010011010010000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5BB; }

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

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

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

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

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

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

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

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