#CCE29F

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

Shades of Reef #CCE29F

Tints of Reef #CCE29F

Color information

#CCE29F (or 0xCCE29F) is unknown color: approx Reef. HEX triplet: CC, E2 and 9F. RGB value is (204,226,159). Sum of RGB (Red+Green+Blue) = 204+226+159=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE29F is #331D60. Grayscale: #D4D4D4. Windows color (decimal): -3349857 or 10478284. OLE color: 10478284.

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

Color convert

RGB204226159-
CMYK0.1000.300.11
HSL79.7º53.6%75.49%-
HSV(B)79.7º29.65%88.63%-
XYZ58.3669.7343.19-
YUV211.7898.21122.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.63%
GREEN value IS 226 (88.67% from 255) = 38.37%
BLUE value IS 159 (62.5% from 255) = 26.99%
R=34.63%
G=38.37%
B=26.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2042261590.1000.300.1179.753.675.49
HexCCE29FA01EB50364b
Octal314342237120361312066113
Binary1100110011100010100111111010011110101110100001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE29F; }

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

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

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

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

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

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

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

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