#CCE49F

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

Shades of Reef #CCE49F

Tints of Reef #CCE49F

Color information

#CCE49F (or 0xCCE49F) is unknown color: approx Reef. HEX triplet: CC, E4 and 9F. RGB value is (204,228,159). Sum of RGB (Red+Green+Blue) = 204+228+159=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE49F is #331B60. Grayscale: #D5D5D5. Windows color (decimal): -3349345 or 10478796. OLE color: 10478796.

HSL color Cylindrical-coordinate representation of color #CCE49F: hue angle of 80.87º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCE49F is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB204228159-
CMYK0.1100.300.11
HSL80.87º56.1%75.88%-
HSV(B)80.87º30.26%89.41%-
XYZ58.970.8343.37-
YUV212.9697.55121.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=34.52%
G=38.58%
B=26.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281590.1100.300.1180.8756.175.88
HexCCE49FB01EB51384c
Octal314344237130361312170114
Binary1100110011100100100111111011011110101110100011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE49F; }

 p { color: rgb(204,228,159); }

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

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

 a { background-color: rgb(204,228,159); }

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

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

 span { border-color: rgb(204,228,159); }

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