#CFE0BF

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

Shades of Ottoman #CFE0BF

Tints of Ottoman #CFE0BF

Color information

#CFE0BF (or 0xCFE0BF) is unknown color: approx Ottoman. HEX triplet: CF, E0 and BF. RGB value is (207,224,191). Sum of RGB (Red+Green+Blue) = 207+224+191=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 224 (87.89% from 255 or 36.01% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0BF is #301F40. Grayscale: #D7D7D7. Windows color (decimal): -3153729 or 12574927. OLE color: 12574927.

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

Color convert

RGB207224191-
CMYK0.0800.150.12
HSL90.91º34.74%81.37%-
HSV(B)90.91º14.73%87.84%-
XYZ61.7970.3459.61-
YUV215.16114.37122.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.28%
GREEN value IS 224 (87.89% from 255) = 36.01%
BLUE value IS 191 (75% from 255) = 30.71%
R=33.28%
G=36.01%
B=30.71%

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
Decimal2072241910.0800.150.1290.9134.7481.37
HexCFE0BF80FC5b2351
Octal317340277100171413343121
Binary110011111110000010111111100001111110010110111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0BF; }

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

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

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

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

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

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

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

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