#CFEBD1

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

Shades of Granny Apple #CFEBD1

Tints of Granny Apple #CFEBD1

Color information

#CFEBD1 (or 0xCFEBD1) is unknown color: approx Granny Apple. HEX triplet: CF, EB and D1. RGB value is (207,235,209). Sum of RGB (Red+Green+Blue) = 207+235+209=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 209 (82.03% from 255 or 32.10% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD1 is #30142E. Grayscale: #DFDFDF. Windows color (decimal): -3150895 or 13757391. OLE color: 13757391.

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

Color convert

RGB207235209-
CMYK0.1200.110.08
HSL124.29º41.18%86.67%-
HSV(B)124.29º11.91%92.16%-
XYZ66.9577.2971.71-
YUV223.66119.72116.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 209 (82.03% from 255) = 32.10%
R=31.80%
G=36.10%
B=32.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352090.1200.110.08124.2941.1886.67
HexCFEBD1C0B87c2957
Octal317353321140131017451127
Binary110011111110101111010001110001011100011111001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBD1; }

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

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

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

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

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

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

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

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