#CFE1BB

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

Shades of Ottoman #CFE1BB

Tints of Ottoman #CFE1BB

Color information

#CFE1BB (or 0xCFE1BB) is unknown color: approx Ottoman. HEX triplet: CF, E1 and BB. RGB value is (207,225,187). Sum of RGB (Red+Green+Blue) = 207+225+187=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1BB is #301E44. Grayscale: #D7D7D7. Windows color (decimal): -3153477 or 12313039. OLE color: 12313039.

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

Color convert

RGB207225187-
CMYK0.0800.170.12
HSL88.42º38.78%80.78%-
HSV(B)88.42º16.89%88.24%-
XYZ61.6370.757.41-
YUV215.29112.04122.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 225 (88.28% from 255) = 36.35%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=33.44%
G=36.35%
B=30.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251870.0800.170.1288.4238.7880.78
HexCFE1BB8011C582751
Octal317341273100211413047121
Binary1100111111100001101110111000010001110010110001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1BB; }

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

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

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

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

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

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

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

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