#CCEBA3

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

Shades of Reef #CCEBA3

Tints of Reef #CCEBA3

Color information

#CCEBA3 (or 0xCCEBA3) is unknown color: approx Reef. HEX triplet: CC, EB and A3. RGB value is (204,235,163). Sum of RGB (Red+Green+Blue) = 204+235+163=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBA3 is #33145C. Grayscale: #D9D9D9. Windows color (decimal): -3347549 or 10742732. OLE color: 10742732.

HSL color Cylindrical-coordinate representation of color #CCEBA3: hue angle of 85.83º degrees, saturation: 0.64, 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 #CCEBA3 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB204235163-
CMYK0.1300.310.08
HSL85.83º64.29%78.04%-
HSV(B)85.83º30.64%92.16%-
XYZ61.2274.945.88-
YUV217.5297.23118.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 163 (64.06% from 255) = 27.08%
R=33.89%
G=39.04%
B=27.08%

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
Decimal2042351630.1300.310.0885.8364.2978.04
HexCCEBA3D01F856404e
Octal3143532431503710126100116
Binary11001100111010111010001111010111111000101011010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEBA3; }

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

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

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

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

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

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

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

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