#CFEFD5

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

Shades of Granny Apple #CFEFD5

Tints of Granny Apple #CFEFD5

Color information

#CFEFD5 (or 0xCFEFD5) is unknown color: approx Granny Apple. HEX triplet: CF, EF and D5. RGB value is (207,239,213). Sum of RGB (Red+Green+Blue) = 207+239+213=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD5 is #30102A. Grayscale: #E2E2E2. Windows color (decimal): -3149867 or 14020559. OLE color: 14020559.

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

Color convert

RGB207239213-
CMYK0.1300.110.06
HSL131.25º50%87.45%-
HSV(B)131.25º13.39%93.73%-
XYZ68.6179.874.74-
YUV226.47120.4114.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.41%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 213 (83.59% from 255) = 32.32%
R=31.41%
G=36.27%
B=32.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392130.1300.110.06131.255087.45
HexCFEFD5D0B6833257
Octal31735732515013620362127
Binary110011111110111111010101110101011110100000111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFD5; }

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

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

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

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

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

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

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

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