#CCEFD2

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

Shades of Granny Apple #CCEFD2

Tints of Granny Apple #CCEFD2

Color information

#CCEFD2 (or 0xCCEFD2) is unknown color: approx Granny Apple. HEX triplet: CC, EF and D2. RGB value is (204,239,210). Sum of RGB (Red+Green+Blue) = 204+239+210=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD2 is #33102D. Grayscale: #E1E1E1. Windows color (decimal): -3346478 or 13823948. OLE color: 13823948.

HSL color Cylindrical-coordinate representation of color #CCEFD2: hue angle of 130.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFD2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB204239210-
CMYK0.1500.120.06
HSL130.29º52.24%86.86%-
HSV(B)130.29º14.64%93.73%-
XYZ67.479.2272.71-
YUV225.23119.4112.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 210 (82.42% from 255) = 32.16%
R=31.24%
G=36.60%
B=32.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392100.1500.120.06130.2952.2486.86
HexCCEFD2F0C6823457
Octal31435732217014620264127
Binary110011001110111111010010111101100110100000101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFD2; }

 p { color: rgb(204,239,210); }

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

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

 a { background-color: rgb(204,239,210); }

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

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

 span { border-color: rgb(204,239,210); }

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