#CFE1B8

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

Shades of Ottoman #CFE1B8

Tints of Ottoman #CFE1B8

Color information

#CFE1B8 (or 0xCFE1B8) is unknown color: approx Ottoman. HEX triplet: CF, E1 and B8. RGB value is (207,225,184). Sum of RGB (Red+Green+Blue) = 207+225+184=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 184 (72.27% from 255 or 29.87% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1B8 is #301E47. Grayscale: #D7D7D7. Windows color (decimal): -3153480 or 12116431. OLE color: 12116431.

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

Color convert

RGB207225184-
CMYK0.0800.180.12
HSL86.34º40.59%80.2%-
HSV(B)86.34º18.22%88.24%-
XYZ61.3170.5855.74-
YUV214.94110.54122.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.60%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 184 (72.27% from 255) = 29.87%
R=33.60%
G=36.53%
B=29.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251840.0800.180.1286.3440.5980.2
HexCFE1B88012C562950
Octal317341270100221412651120
Binary1100111111100001101110001000010010110010101101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1B8; }

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

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

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

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

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

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

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

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