#CFE2BA

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

Shades of Ottoman #CFE2BA

Tints of Ottoman #CFE2BA

Color information

#CFE2BA (or 0xCFE2BA) is unknown color: approx Ottoman. HEX triplet: CF, E2 and BA. RGB value is (207,226,186). Sum of RGB (Red+Green+Blue) = 207+226+186=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE2BA is #301D45. Grayscale: #D7D7D7. Windows color (decimal): -3153222 or 12247759. OLE color: 12247759.

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

Color convert

RGB207226186-
CMYK0.0800.180.11
HSL88.5º40.82%80.78%-
HSV(B)88.5º17.7%88.63%-
XYZ61.7971.256.94-
YUV215.76111.21121.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 226 (88.67% from 255) = 36.51%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=33.44%
G=36.51%
B=30.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072261860.0800.180.1188.540.8280.78
HexCFE2BA8012B582951
Octal317342272100221313051121
Binary1100111111100010101110101000010010101110110001010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2BA; }

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

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

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

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

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

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

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

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