#CDC7BB

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

Shades of Stark White #CDC7BB

Tints of Stark White #CDC7BB

Color information

#CDC7BB (or 0xCDC7BB) is unknown color: approx Stark White. HEX triplet: CD, C7 and BB. RGB value is (205,199,187). Sum of RGB (Red+Green+Blue) = 205+199+187=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7BB is #323844. Grayscale: #C7C7C7. Windows color (decimal): -3291205 or 12306381. OLE color: 12306381.

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

Color convert

RGB205199187-
CMYK00.030.090.20
HSL40º15.25%76.86%-
HSV(B)40º8.78%80.39%-
XYZ54.5757.4155.22-
YUV199.43120.99131.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 199 (78.12% from 255) = 33.67%
BLUE value IS 187 (73.44% from 255) = 31.64%
R=34.69%
G=33.67%
B=31.64%

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
Decimal20519918700.030.090.204015.2576.86
HexCDC7BB0391428f4d
Octal3153072730311245017115
Binary11001101110001111011101101110011010010100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC7BB; }

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

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

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

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

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

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

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

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