#CCEBA5

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

Shades of Reef #CCEBA5

Tints of Reef #CCEBA5

Color information

#CCEBA5 (or 0xCCEBA5) is unknown color: approx Reef. HEX triplet: CC, EB and A5. RGB value is (204,235,165). Sum of RGB (Red+Green+Blue) = 204+235+165=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBA5 is #33145A. Grayscale: #DADADA. Windows color (decimal): -3347547 or 10873804. OLE color: 10873804.

HSL color Cylindrical-coordinate representation of color #CCEBA5: hue angle of 86.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCEBA5 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB204235165-
CMYK0.1300.300.08
HSL86.57º63.64%78.43%-
HSV(B)86.57º29.79%92.16%-
XYZ61.474.9746.83-
YUV217.7598.23118.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 235 (92.19% from 255) = 38.91%
BLUE value IS 165 (64.84% from 255) = 27.32%
R=33.77%
G=38.91%
B=27.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351650.1300.300.0886.5763.6478.43
HexCCEBA5D01E857404e
Octal3143532451503610127100116
Binary11001100111010111010010111010111101000101011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBA5; }

 p { color: rgb(204,235,165); }

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

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

 a { background-color: rgb(204,235,165); }

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

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

 span { border-color: rgb(204,235,165); }

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