#CFDEB9

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

Shades of Ottoman #CFDEB9

Tints of Ottoman #CFDEB9

Color information

#CFDEB9 (or 0xCFDEB9) is unknown color: approx Ottoman. HEX triplet: CF, DE and B9. RGB value is (207,222,185). Sum of RGB (Red+Green+Blue) = 207+222+185=614 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.71% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEB9 is #302146. Grayscale: #D5D5D5. Windows color (decimal): -3154247 or 12181199. OLE color: 12181199.

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

Color convert

RGB207222185-
CMYK0.0700.170.13
HSL84.32º35.92%79.8%-
HSV(B)84.32º16.67%87.06%-
XYZ60.6169.0156.02-
YUV213.3112.03123.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.71%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 185 (72.66% from 255) = 30.13%
R=33.71%
G=36.16%
B=30.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221850.0700.170.1384.3235.9279.8
HexCFDEB97011D542450
Octal31733627170211512444120
Binary110011111101111010111001111010001110110101001001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEB9; }

 p { color: rgb(207,222,185); }

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

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

 a { background-color: rgb(207,222,185); }

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

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

 span { border-color: rgb(207,222,185); }

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