#CCE1B4

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

Shades of Ottoman #CCE1B4

Tints of Ottoman #CCE1B4

Color information

#CCE1B4 (or 0xCCE1B4) is unknown color: approx Ottoman. HEX triplet: CC, E1 and B4. RGB value is (204,225,180). Sum of RGB (Red+Green+Blue) = 204+225+180=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1B4 is #331E4B. Grayscale: #D5D5D5. Windows color (decimal): -3350092 or 11854284. OLE color: 11854284.

HSL color Cylindrical-coordinate representation of color #CCE1B4: hue angle of 88º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE1B4 is Cyan = 0.09, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB204225180-
CMYK0.0900.20.12
HSL88º42.86%79.41%-
HSV(B)88º20%88.24%-
XYZ60.0769.9853.52-
YUV213.59109.04121.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 180 (70.70% from 255) = 29.56%
R=33.50%
G=36.95%
B=29.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2042251800.0900.20.128842.8679.41
HexCCE1B49014C582b4f
Octal314341264110241413053117
Binary1100110011100001101101001001010100110010110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE1B4; }

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

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

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

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

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

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

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

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