#CCEFD8

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

Shades of Granny Apple #CCEFD8

Tints of Granny Apple #CCEFD8

Color information

#CCEFD8 (or 0xCCEFD8) is unknown color: approx Granny Apple. HEX triplet: CC, EF and D8. RGB value is (204,239,216). Sum of RGB (Red+Green+Blue) = 204+239+216=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFD8 is #331027. Grayscale: #E1E1E1. Windows color (decimal): -3346472 or 14217164. OLE color: 14217164.

HSL color Cylindrical-coordinate representation of color #CCEFD8: hue angle of 140.57º 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 #CCEFD8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB204239216-
CMYK0.1500.100.06
HSL140.57º52.24%86.86%-
HSV(B)140.57º14.64%93.73%-
XYZ68.1679.5376.72-
YUV225.91122.4112.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=30.96%
G=36.27%
B=32.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392160.1500.100.06140.5752.2486.86
HexCCEFD8F0A68d3457
Octal31435733017012621564127
Binary110011001110111111011000111101010110100011011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFD8; }

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

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

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

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

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

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

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

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