#CCE7AC

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

Shades of Reef #CCE7AC

Tints of Reef #CCE7AC

Color information

#CCE7AC (or 0xCCE7AC) is unknown color: approx Reef. HEX triplet: CC, E7 and AC. RGB value is (204,231,172). Sum of RGB (Red+Green+Blue) = 204+231+172=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE7AC is #331853. Grayscale: #D8D8D8. Windows color (decimal): -3348564 or 11331532. OLE color: 11331532.

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

Color convert

RGB204231172-
CMYK0.1200.260.09
HSL87.46º55.14%79.02%-
HSV(B)87.46º25.54%90.59%-
XYZ60.9272.9749.9-
YUV216.2103.05119.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 231 (90.62% from 255) = 38.06%
BLUE value IS 172 (67.58% from 255) = 28.34%
R=33.61%
G=38.06%
B=28.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042311720.1200.260.0987.4655.1479.02
HexCCE7ACC01A957374f
Octal314347254140321112767117
Binary1100110011100111101011001100011010100110101111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE7AC; }

 p { color: rgb(204,231,172); }

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

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

 a { background-color: rgb(204,231,172); }

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

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

 span { border-color: rgb(204,231,172); }

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