#CFEFD2

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

Shades of Granny Apple #CFEFD2

Tints of Granny Apple #CFEFD2

Color information

#CFEFD2 (or 0xCFEFD2) is unknown color: approx Granny Apple. HEX triplet: CF, EF and D2. RGB value is (207,239,210). Sum of RGB (Red+Green+Blue) = 207+239+210=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD2 is #30102D. Grayscale: #E2E2E2. Windows color (decimal): -3149870 or 13823951. OLE color: 13823951.

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

Color convert

RGB207239210-
CMYK0.1300.120.06
HSL125.62º50%87.45%-
HSV(B)125.62º13.39%93.73%-
XYZ68.2379.6572.75-
YUV226.13118.9114.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.55%
GREEN value IS 239 (93.75% from 255) = 36.43%
BLUE value IS 210 (82.42% from 255) = 32.01%
R=31.55%
G=36.43%
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.06
SystemRedGreenBlueCMYKHSL
Decimal2072392100.1300.120.06125.625087.45
HexCFEFD2D0C67e3257
Octal31735732215014617662127
Binary11001111111011111101001011010110011011111101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFD2; }

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

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

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

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

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

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

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

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