#CFDEBF

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

Shades of Ottoman #CFDEBF

Tints of Ottoman #CFDEBF

Color information

#CFDEBF (or 0xCFDEBF) is unknown color: approx Ottoman. HEX triplet: CF, DE and BF. RGB value is (207,222,191). Sum of RGB (Red+Green+Blue) = 207+222+191=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEBF is #302140. Grayscale: #D6D6D6. Windows color (decimal): -3154241 or 12574415. OLE color: 12574415.

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

Color convert

RGB207222191-
CMYK0.0700.140.13
HSL89.03º31.96%80.98%-
HSV(B)89.03º13.96%87.06%-
XYZ61.2669.2759.43-
YUV213.98115.03123.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 191 (75% from 255) = 30.81%
R=33.39%
G=35.81%
B=30.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072221910.0700.140.1389.0331.9680.98
HexCFDEBF70ED592051
Octal31733627770161513140121
Binary11001111110111101011111111101110110110110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEBF; }

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

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

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

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

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

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

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

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