#CFEBD5

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

Shades of Granny Apple #CFEBD5

Tints of Granny Apple #CFEBD5

Color information

#CFEBD5 (or 0xCFEBD5) is unknown color: approx Granny Apple. HEX triplet: CF, EB and D5. RGB value is (207,235,213). Sum of RGB (Red+Green+Blue) = 207+235+213=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD5 is #30142A. Grayscale: #E0E0E0. Windows color (decimal): -3150891 or 14019535. OLE color: 14019535.

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

Color convert

RGB207235213-
CMYK0.1200.090.08
HSL132.86º41.18%86.67%-
HSV(B)132.86º11.91%92.16%-
XYZ67.4577.4974.35-
YUV224.12121.72115.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 213 (83.59% from 255) = 32.52%
R=31.60%
G=35.88%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072352130.1200.090.08132.8641.1886.67
HexCFEBD5C098852957
Octal317353325140111020551127
Binary1100111111101011110101011100010011000100001011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBD5; }

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

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

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

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

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

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

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

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