#CDBBB5

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

Shades of Wafer #CDBBB5

Tints of Wafer #CDBBB5

Color information

#CDBBB5 (or 0xCDBBB5) is unknown color: approx Wafer. HEX triplet: CD, BB and B5. RGB value is (205,187,181). Sum of RGB (Red+Green+Blue) = 205+187+181=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBB5 is #32444A. Grayscale: #BFBFBF. Windows color (decimal): -3294283 or 11910093. OLE color: 11910093.

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

Color convert

RGB205187181-
CMYK00.090.120.20
HSL15º19.35%75.69%-
HSV(B)15º11.71%80.39%-
XYZ51.2951.8651.02-
YUV191.7121.96137.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 187 (73.44% from 255) = 32.64%
BLUE value IS 181 (71.09% from 255) = 31.59%
R=35.78%
G=32.64%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518718100.090.120.201519.3575.69
HexCDBBB509C14f134c
Octal31527326501114241723114
Binary110011011011101110110101010011100101001111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBB5; }

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

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

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

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

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

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

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

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