#CDBEB9

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

Shades of Wafer #CDBEB9

Tints of Wafer #CDBEB9

Color information

#CDBEB9 (or 0xCDBEB9) is unknown color: approx Wafer. HEX triplet: CD, BE and B9. RGB value is (205,190,185). Sum of RGB (Red+Green+Blue) = 205+190+185=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEB9 is #324146. Grayscale: #C1C1C1. Windows color (decimal): -3293511 or 12173005. OLE color: 12173005.

HSL color Cylindrical-coordinate representation of color #CDBEB9: hue angle of 15º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBEB9 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB205190185-
CMYK00.070.100.20
HSL15º16.67%76.47%-
HSV(B)15º9.76%80.39%-
XYZ52.3553.3153.43-
YUV193.92122.97135.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 185 (72.66% from 255) = 31.90%
R=35.34%
G=32.76%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519018500.070.100.201516.6776.47
HexCDBEB907A14f114c
Octal3152762710712241721114
Binary11001101101111101011100101111010101001111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEB9; }

 p { color: rgb(205,190,185); }

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

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

 a { background-color: rgb(205,190,185); }

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

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

 span { border-color: rgb(205,190,185); }

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