#CCFDA4

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

Shades of Reef #CCFDA4

Tints of Reef #CCFDA4

Color information

#CCFDA4 (or 0xCCFDA4) is unknown color: approx Reef. HEX triplet: CC, FD and A4. RGB value is (204,253,164). Sum of RGB (Red+Green+Blue) = 204+253+164=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 164 (64.45% from 255 or 26.41% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFDA4 is #33025B. Grayscale: #E4E4E4. Windows color (decimal): -3342940 or 10812876. OLE color: 10812876.

HSL color Cylindrical-coordinate representation of color #CCFDA4: hue angle of 93.03º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCFDA4 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB204253164-
CMYK0.1900.350.01
HSL93.03º95.7%81.76%-
HSV(B)93.03º35.18%99.22%-
XYZ66.7385.7748.16-
YUV228.291.77110.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 164 (64.45% from 255) = 26.41%
R=32.85%
G=40.74%
B=26.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531640.1900.350.0193.0395.781.76
HexCCFDA41302315d6052
Octal314375244230431135140122
Binary1100110011111101101001001001101000111101110111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDA4; }

 p { color: rgb(204,253,164); }

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

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

 a { background-color: rgb(204,253,164); }

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

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

 span { border-color: rgb(204,253,164); }

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