#CFDDBD

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

Shades of Ottoman #CFDDBD

Tints of Ottoman #CFDDBD

Color information

#CFDDBD (or 0xCFDDBD) is unknown color: approx Ottoman. HEX triplet: CF, DD and BD. RGB value is (207,221,189). Sum of RGB (Red+Green+Blue) = 207+221+189=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDBD is #302242. Grayscale: #D5D5D5. Windows color (decimal): -3154499 or 12443087. OLE color: 12443087.

HSL color Cylindrical-coordinate representation of color #CFDDBD: hue angle of 86.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFDDBD is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB207221189-
CMYK0.0600.140.13
HSL86.25º32%80.39%-
HSV(B)86.25º14.48%86.67%-
XYZ60.7768.6558.19-
YUV213.17114.36123.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.55%
GREEN value IS 221 (86.72% from 255) = 35.82%
BLUE value IS 189 (74.22% from 255) = 30.63%
R=33.55%
G=35.82%
B=30.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072211890.0600.140.1386.253280.39
HexCFDDBD60ED562050
Octal31733527560161512640120
Binary11001111110111011011110111001110110110101101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDBD; }

 p { color: rgb(207,221,189); }

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

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

 a { background-color: rgb(207,221,189); }

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

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

 span { border-color: rgb(207,221,189); }

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