#CDE1BB

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

Shades of Ottoman #CDE1BB

Tints of Ottoman #CDE1BB

Color information

#CDE1BB (or 0xCDE1BB) is unknown color: approx Ottoman. HEX triplet: CD, E1 and BB. RGB value is (205,225,187). Sum of RGB (Red+Green+Blue) = 205+225+187=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1BB is #321E44. Grayscale: #D6D6D6. Windows color (decimal): -3284549 or 12313037. OLE color: 12313037.

HSL color Cylindrical-coordinate representation of color #CDE1BB: hue angle of 91.58º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDE1BB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB205225187-
CMYK0.0900.170.12
HSL91.58º38.78%80.78%-
HSV(B)91.58º16.89%88.24%-
XYZ61.0770.4257.39-
YUV214.69112.37121.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.23%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 187 (73.44% from 255) = 30.31%
R=33.23%
G=36.47%
B=30.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251870.0900.170.1291.5838.7880.78
HexCDE1BB9011C5c2751
Octal315341273110211413447121
Binary1100110111100001101110111001010001110010111001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1BB; }

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

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

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

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

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

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

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

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