#CDC3B5

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

Shades of Stark White #CDC3B5

Tints of Stark White #CDC3B5

Color information

#CDC3B5 (or 0xCDC3B5) is unknown color: approx Stark White. HEX triplet: CD, C3 and B5. RGB value is (205,195,181). Sum of RGB (Red+Green+Blue) = 205+195+181=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3B5 is #323C4A. Grayscale: #C4C4C4. Windows color (decimal): -3292235 or 11912141. OLE color: 11912141.

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

Color convert

RGB205195181-
CMYK00.050.120.20
HSL35º19.35%75.69%-
HSV(B)35º11.71%80.39%-
XYZ53.0355.3551.6-
YUV196.39119.31134.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 181 (71.09% from 255) = 31.15%
R=35.28%
G=33.56%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519518100.050.120.203519.3575.69
HexCDC3B505C1423134c
Octal3153032650514244323114
Binary1100110111000011101101010101110010100100011100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3B5; }

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

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

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

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

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

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

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

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