#CCE49D

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

Shades of Reef #CCE49D

Tints of Reef #CCE49D

Color information

#CCE49D (or 0xCCE49D) is unknown color: approx Reef. HEX triplet: CC, E4 and 9D. RGB value is (204,228,157). Sum of RGB (Red+Green+Blue) = 204+228+157=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE49D is #331B62. Grayscale: #D4D4D4. Windows color (decimal): -3349347 or 10347724. OLE color: 10347724.

HSL color Cylindrical-coordinate representation of color #CCE49D: hue angle of 80.28º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE49D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB204228157-
CMYK0.1100.310.11
HSL80.28º56.8%75.49%-
HSV(B)80.28º31.14%89.41%-
XYZ58.7370.7642.46-
YUV212.7396.55121.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=34.63%
G=38.71%
B=26.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042281570.1100.310.1180.2856.875.49
HexCCE49DB01FB50394b
Octal314344235130371312071113
Binary1100110011100100100111011011011111101110100001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE49D; }

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

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

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

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

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

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

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

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