#CCEFCF

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

Shades of Granny Apple #CCEFCF

Tints of Granny Apple #CCEFCF

Color information

#CCEFCF (or 0xCCEFCF) is unknown color: approx Granny Apple. HEX triplet: CC, EF and CF. RGB value is (204,239,207). Sum of RGB (Red+Green+Blue) = 204+239+207=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 207 (81.25% from 255 or 31.85% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFCF is #331030. Grayscale: #E0E0E0. Windows color (decimal): -3346481 or 13627340. OLE color: 13627340.

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

Color convert

RGB204239207-
CMYK0.1500.130.06
HSL125.14º52.24%86.86%-
HSV(B)125.14º14.64%93.73%-
XYZ67.0379.0870.76-
YUV224.89117.9113.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 207 (81.25% from 255) = 31.85%
R=31.38%
G=36.77%
B=31.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392070.1500.130.06125.1452.2486.86
HexCCEFCFF0D67d3457
Octal31435731717015617564127
Binary11001100111011111100111111110110111011111011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFCF; }

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

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

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

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

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

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

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

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