#CCE695

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

Shades of Reef #CCE695

Tints of Reef #CCE695

Color information

#CCE695 (or 0xCCE695) is unknown color: approx Reef. HEX triplet: CC, E6 and 95. RGB value is (204,230,149). Sum of RGB (Red+Green+Blue) = 204+230+149=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 230 (90.23% from 255 or 39.45% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE695 is #33196A. Grayscale: #D5D5D5. Windows color (decimal): -3348843 or 9823948. OLE color: 9823948.

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

Color convert

RGB204230149-
CMYK0.1100.350.10
HSL79.26º61.83%74.31%-
HSV(B)79.26º35.22%90.2%-
XYZ58.6271.639.16-
YUV212.9991.89121.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.99%
GREEN value IS 230 (90.23% from 255) = 39.45%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=34.99%
G=39.45%
B=25.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042301490.1100.350.1079.2661.8374.31
HexCCE695B023A4f3e4a
Octal314346225130431211776112
Binary11001100111001101001010110110100011101010011111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE695; }

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

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

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

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

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

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

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

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