#CDBEB5

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

Shades of Wafer #CDBEB5

Tints of Wafer #CDBEB5

Color information

#CDBEB5 (or 0xCDBEB5) is unknown color: approx Wafer. HEX triplet: CD, BE and B5. RGB value is (205,190,181). Sum of RGB (Red+Green+Blue) = 205+190+181=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBEB5 is #32414A. Grayscale: #C1C1C1. Windows color (decimal): -3293515 or 11910861. OLE color: 11910861.

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

Color convert

RGB205190181-
CMYK00.070.120.20
HSL22.5º19.35%75.69%-
HSV(B)22.5º11.71%80.39%-
XYZ51.9353.1451.24-
YUV193.46120.97136.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=35.59%
G=32.99%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519018100.070.120.2022.519.3575.69
HexCDBEB507C1417134c
Octal3152762650714242723114
Binary110011011011111010110101011111001010010111100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBEB5; }

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

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

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

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

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

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

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

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