#CFE1BF

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

Shades of Ottoman #CFE1BF

Tints of Ottoman #CFE1BF

Color information

#CFE1BF (or 0xCFE1BF) is unknown color: approx Ottoman. HEX triplet: CF, E1 and BF. RGB value is (207,225,191). Sum of RGB (Red+Green+Blue) = 207+225+191=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1BF is #301E40. Grayscale: #D7D7D7. Windows color (decimal): -3153473 or 12575183. OLE color: 12575183.

HSL color Cylindrical-coordinate representation of color #CFE1BF: hue angle of 91.76º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFE1BF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB207225191-
CMYK0.0800.150.12
HSL91.76º36.17%81.57%-
HSV(B)91.76º15.11%88.24%-
XYZ62.0670.8859.7-
YUV215.74114.04121.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 191 (75% from 255) = 30.66%
R=33.23%
G=36.12%
B=30.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251910.0800.150.1291.7636.1781.57
HexCFE1BF80FC5c2452
Octal317341277100171413444122
Binary110011111110000110111111100001111110010111001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1BF; }

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

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

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

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

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

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

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

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