#CCE894

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

Shades of Reef #CCE894

Tints of Reef #CCE894

Color information

#CCE894 (or 0xCCE894) is unknown color: approx Reef. HEX triplet: CC, E8 and 94. RGB value is (204,232,148). Sum of RGB (Red+Green+Blue) = 204+232+148=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE894 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE894 is #33176B. Grayscale: #D6D6D6. Windows color (decimal): -3348332 or 9758924. OLE color: 9758924.

HSL color Cylindrical-coordinate representation of color #CCE894: hue angle of 80º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCE894 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB204232148-
CMYK0.1200.360.09
HSL80º64.62%74.51%-
HSV(B)80º36.21%90.98%-
XYZ59.172.6938.93-
YUV214.0590.72120.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 232 (91.02% from 255) = 39.73%
BLUE value IS 148 (58.20% from 255) = 25.34%
R=34.93%
G=39.73%
B=25.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042321480.1200.360.098064.6274.51
HexCCE894C024950414b
Octal3143502241404411120101113
Binary110011001110100010010100110001001001001101000010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE894; }

 p { color: rgb(204,232,148); }

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

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

 a { background-color: rgb(204,232,148); }

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

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

 span { border-color: rgb(204,232,148); }

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