#CDC3B6

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

Shades of Stark White #CDC3B6

Tints of Stark White #CDC3B6

Color information

#CDC3B6 (or 0xCDC3B6) is unknown color: approx Stark White. HEX triplet: CD, C3 and B6. RGB value is (205,195,182). Sum of RGB (Red+Green+Blue) = 205+195+182=582 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.22% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3B6 is #323C49. Grayscale: #C4C4C4. Windows color (decimal): -3292234 or 11977677. OLE color: 11977677.

HSL color Cylindrical-coordinate representation of color #CDC3B6: hue angle of 33.91º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC3B6 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB205195182-
CMYK00.050.110.20
HSL33.91º18.7%75.88%-
HSV(B)33.91º11.22%80.39%-
XYZ53.1455.3952.15-
YUV196.51119.81134.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.22%
GREEN value IS 195 (76.56% from 255) = 33.51%
BLUE value IS 182 (71.48% from 255) = 31.27%
R=35.22%
G=33.51%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519518200.050.110.2033.9118.775.88
HexCDC3B605B1422134c
Octal3153032660513244223114
Binary1100110111000011101101100101101110100100010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3B6; }

 p { color: rgb(205,195,182); }

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

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

 a { background-color: rgb(205,195,182); }

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

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

 span { border-color: rgb(205,195,182); }

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