#CFEAD3

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

Shades of Granny Apple #CFEAD3

Tints of Granny Apple #CFEAD3

Color information

#CFEAD3 (or 0xCFEAD3) is unknown color: approx Granny Apple. HEX triplet: CF, EA and D3. RGB value is (207,234,211). Sum of RGB (Red+Green+Blue) = 207+234+211=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAD3 is #30152C. Grayscale: #DFDFDF. Windows color (decimal): -3151149 or 13888207. OLE color: 13888207.

HSL color Cylindrical-coordinate representation of color #CFEAD3: hue angle of 128.89º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAD3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB207234211-
CMYK0.1200.100.08
HSL128.89º39.13%86.47%-
HSV(B)128.89º11.54%91.76%-
XYZ66.9176.8172.93-
YUV223.3121.05116.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=31.75%
G=35.89%
B=32.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072342110.1200.100.08128.8939.1386.47
HexCFEAD3C0A8812756
Octal317352323140121020147126
Binary1100111111101010110100111100010101000100000011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEAD3; }

 p { color: rgb(207,234,211); }

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

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

 a { background-color: rgb(207,234,211); }

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

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

 span { border-color: rgb(207,234,211); }

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