#CCE1B8

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

Shades of Ottoman #CCE1B8

Tints of Ottoman #CCE1B8

Color information

#CCE1B8 (or 0xCCE1B8) is unknown color: approx Ottoman. HEX triplet: CC, E1 and B8. RGB value is (204,225,184). Sum of RGB (Red+Green+Blue) = 204+225+184=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 184 (72.27% from 255 or 30.02% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1B8 is #331E47. Grayscale: #D6D6D6. Windows color (decimal): -3350088 or 12116428. OLE color: 12116428.

HSL color Cylindrical-coordinate representation of color #CCE1B8: hue angle of 90.73º 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 #CCE1B8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB204225184-
CMYK0.0900.180.12
HSL90.73º40.59%80.2%-
HSV(B)90.73º18.22%88.24%-
XYZ60.4870.1555.7-
YUV214.05111.04120.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 184 (72.27% from 255) = 30.02%
R=33.28%
G=36.70%
B=30.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251840.0900.180.1290.7340.5980.2
HexCCE1B89012C5b2950
Octal314341270110221413351120
Binary1100110011100001101110001001010010110010110111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1B8; }

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

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

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

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

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

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

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

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