#CDE1B4

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

Shades of Ottoman #CDE1B4

Tints of Ottoman #CDE1B4

Color information

#CDE1B4 (or 0xCDE1B4) is unknown color: approx Ottoman. HEX triplet: CD, E1 and B4. RGB value is (205,225,180). Sum of RGB (Red+Green+Blue) = 205+225+180=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE1B4 is #321E4B. Grayscale: #D6D6D6. Windows color (decimal): -3284556 or 11854285. OLE color: 11854285.

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

Color convert

RGB205225180-
CMYK0.0900.20.12
HSL86.67º42.86%79.41%-
HSV(B)86.67º20%88.24%-
XYZ60.3470.1253.54-
YUV213.89108.87121.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 225 (88.28% from 255) = 36.89%
BLUE value IS 180 (70.70% from 255) = 29.51%
R=33.61%
G=36.89%
B=29.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251800.0900.20.1286.6742.8679.41
HexCDE1B49014C572b4f
Octal315341264110241412753117
Binary1100110111100001101101001001010100110010101111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE1B4; }

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

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

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

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

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

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

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

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