#CCEBA1

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

Shades of Reef #CCEBA1

Tints of Reef #CCEBA1

Color information

#CCEBA1 (or 0xCCEBA1) is unknown color: approx Reef. HEX triplet: CC, EB and A1. RGB value is (204,235,161). Sum of RGB (Red+Green+Blue) = 204+235+161=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 235 (92.19% from 255 or 39.17% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBA1 is #33145E. Grayscale: #D9D9D9. Windows color (decimal): -3347551 or 10611660. OLE color: 10611660.

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

Color convert

RGB204235161-
CMYK0.1300.310.08
HSL85.14º64.91%77.65%-
HSV(B)85.14º31.49%92.16%-
XYZ61.0474.8344.94-
YUV217.2996.23118.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 235 (92.19% from 255) = 39.17%
BLUE value IS 161 (63.28% from 255) = 26.83%
R=34%
G=39.17%
B=26.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042351610.1300.310.0885.1464.9177.65
HexCCEBA1D01F855414e
Octal3143532411503710125101116
Binary11001100111010111010000111010111111000101010110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBA1; }

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

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

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

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

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

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

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

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