#CFE2BE

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

Shades of Ottoman #CFE2BE

Tints of Ottoman #CFE2BE

Color information

#CFE2BE (or 0xCFE2BE) is unknown color: approx Ottoman. HEX triplet: CF, E2 and BE. RGB value is (207,226,190). Sum of RGB (Red+Green+Blue) = 207+226+190=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 190 (74.61% from 255 or 30.50% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2BE is #301D41. Grayscale: #D8D8D8. Windows color (decimal): -3153218 or 12509903. OLE color: 12509903.

HSL color Cylindrical-coordinate representation of color #CFE2BE: hue angle of 91.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE2BE is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB207226190-
CMYK0.0800.160.11
HSL91.67º38.3%81.57%-
HSV(B)91.67º15.93%88.63%-
XYZ62.2271.3859.21-
YUV216.22113.21121.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 226 (88.67% from 255) = 36.28%
BLUE value IS 190 (74.61% from 255) = 30.50%
R=33.23%
G=36.28%
B=30.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072261900.0800.160.1191.6738.381.57
HexCFE2BE8010B5c2652
Octal317342276100201313446122
Binary1100111111100010101111101000010000101110111001001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2BE; }

 p { color: rgb(207,226,190); }

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

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

 a { background-color: rgb(207,226,190); }

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

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

 span { border-color: rgb(207,226,190); }

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