#CCE69F

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

Shades of Reef #CCE69F

Tints of Reef #CCE69F

Color information

#CCE69F (or 0xCCE69F) is unknown color: approx Reef. HEX triplet: CC, E6 and 9F. RGB value is (204,230,159). Sum of RGB (Red+Green+Blue) = 204+230+159=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 230 (90.23% from 255 or 38.79% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE69F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE69F is #331960. Grayscale: #D6D6D6. Windows color (decimal): -3348833 or 10479308. OLE color: 10479308.

HSL color Cylindrical-coordinate representation of color #CCE69F: hue angle of 81.97º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE69F is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB204230159-
CMYK0.1100.310.10
HSL81.97º58.68%76.27%-
HSV(B)81.97º30.87%90.2%-
XYZ59.4671.9343.55-
YUV214.1396.89120.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 230 (90.23% from 255) = 38.79%
BLUE value IS 159 (62.5% from 255) = 26.81%
R=34.40%
G=38.79%
B=26.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301590.1100.310.1081.9758.6876.27
HexCCE69FB01FA523b4c
Octal314346237130371212273114
Binary1100110011100110100111111011011111101010100101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE69F; }

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

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

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

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

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

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

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

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