#CFE1BC

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

Shades of Ottoman #CFE1BC

Tints of Ottoman #CFE1BC

Color information

#CFE1BC (or 0xCFE1BC) is unknown color: approx Ottoman. HEX triplet: CF, E1 and BC. RGB value is (207,225,188). Sum of RGB (Red+Green+Blue) = 207+225+188=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1BC is #301E43. Grayscale: #D7D7D7. Windows color (decimal): -3153476 or 12378575. OLE color: 12378575.

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

Color convert

RGB207225188-
CMYK0.0800.160.12
HSL89.19º38.14%80.98%-
HSV(B)89.19º16.44%88.24%-
XYZ61.7370.7557.98-
YUV215.4112.54122.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 225 (88.28% from 255) = 36.29%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=33.39%
G=36.29%
B=30.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251880.0800.160.1289.1938.1480.98
HexCFE1BC8010C592651
Octal317341274100201413146121
Binary1100111111100001101111001000010000110010110011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1BC; }

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

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

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

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

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

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

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

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