#CDC4BB

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

Shades of Stark White #CDC4BB

Tints of Stark White #CDC4BB

Color information

#CDC4BB (or 0xCDC4BB) is unknown color: approx Stark White. HEX triplet: CD, C4 and BB. RGB value is (205,196,187). Sum of RGB (Red+Green+Blue) = 205+196+187=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC4BB is #323B44. Grayscale: #C5C5C5. Windows color (decimal): -3291973 or 12305613. OLE color: 12305613.

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

Color convert

RGB205196187-
CMYK00.040.090.20
HSL30º15.25%76.86%-
HSV(B)30º8.78%80.39%-
XYZ53.8956.0554.99-
YUV197.66121.98133.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 196 (76.95% from 255) = 33.33%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=34.86%
G=33.33%
B=31.80%

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
Decimal20519618700.040.090.203015.2576.86
HexCDC4BB049141ef4d
Octal3153042730411243617115
Binary11001101110001001011101101001001101001111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC4BB; }

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

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

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

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

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

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

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

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