#CEFAD4

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

Shades of Granny Apple #CEFAD4

Tints of Granny Apple #CEFAD4

Color information

#CEFAD4 (or 0xCEFAD4) is unknown color: approx Granny Apple. HEX triplet: CE, FA and D4. RGB value is (206,250,212). Sum of RGB (Red+Green+Blue) = 206+250+212=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAD4 is #31052B. Grayscale: #E8E8E8. Windows color (decimal): -3212588 or 13957838. OLE color: 13957838.

HSL color Cylindrical-coordinate representation of color #CEFAD4: hue angle of 128.18º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAD4 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB206250212-
CMYK0.1800.150.02
HSL128.18º81.48%89.41%-
HSV(B)128.18º17.6%98.04%-
XYZ71.5286.2575.16-
YUV232.51116.42109.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 212 (83.20% from 255) = 31.74%
R=30.84%
G=37.43%
B=31.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502120.1800.150.02128.1881.4889.41
HexCEFAD4120F2805159
Octal316372324220172200121131
Binary1100111011111010110101001001001111101000000010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAD4; }

 p { color: rgb(206,250,212); }

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

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

 a { background-color: rgb(206,250,212); }

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

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

 span { border-color: rgb(206,250,212); }

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