#CFEDD1

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

Shades of Granny Apple #CFEDD1

Tints of Granny Apple #CFEDD1

Color information

#CFEDD1 (or 0xCFEDD1) is unknown color: approx Granny Apple. HEX triplet: CF, ED and D1. RGB value is (207,237,209). Sum of RGB (Red+Green+Blue) = 207+237+209=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDD1 is #30122E. Grayscale: #E0E0E0. Windows color (decimal): -3150383 or 13757903. OLE color: 13757903.

HSL color Cylindrical-coordinate representation of color #CFEDD1: hue angle of 124º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEDD1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB207237209-
CMYK0.1300.120.07
HSL124º45.45%87.06%-
HSV(B)124º12.66%92.94%-
XYZ67.5278.4471.9-
YUV224.84119.06115.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=31.70%
G=36.29%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072372090.1300.120.0712445.4587.06
HexCFEDD1D0C77c2d57
Octal31735532115014717455127
Binary11001111111011011101000111010110011111111001011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDD1; }

 p { color: rgb(207,237,209); }

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

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

 a { background-color: rgb(207,237,209); }

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

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

 span { border-color: rgb(207,237,209); }

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