#CDDFB5

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

Shades of Ottoman #CDDFB5

Tints of Ottoman #CDDFB5

Color information

#CDDFB5 (or 0xCDDFB5) is unknown color: approx Ottoman. HEX triplet: CD, DF and B5. RGB value is (205,223,181). Sum of RGB (Red+Green+Blue) = 205+223+181=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFB5 is #32204A. Grayscale: #D4D4D4. Windows color (decimal): -3285067 or 11919309. OLE color: 11919309.

HSL color Cylindrical-coordinate representation of color #CDDFB5: hue angle of 85.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDFB5 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB205223181-
CMYK0.0800.190.13
HSL85.71º39.62%79.22%-
HSV(B)85.71º18.83%87.45%-
XYZ59.9169.0953.89-
YUV212.83110.04122.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.66%
GREEN value IS 223 (87.5% from 255) = 36.62%
BLUE value IS 181 (71.09% from 255) = 29.72%
R=33.66%
G=36.62%
B=29.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052231810.0800.190.1385.7139.6279.22
HexCDDFB58013D56284f
Octal315337265100231512650117
Binary1100110111011111101101011000010011110110101101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFB5; }

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

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

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

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

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

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

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

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