#CFEBD2

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

Shades of Granny Apple #CFEBD2

Tints of Granny Apple #CFEBD2

Color information

#CFEBD2 (or 0xCFEBD2) is unknown color: approx Granny Apple. HEX triplet: CF, EB and D2. RGB value is (207,235,210). Sum of RGB (Red+Green+Blue) = 207+235+210=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 210 (82.42% from 255 or 32.21% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBD2 is #30142D. Grayscale: #DFDFDF. Windows color (decimal): -3150894 or 13822927. OLE color: 13822927.

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

Color convert

RGB207235210-
CMYK0.1200.110.08
HSL126.43º41.18%86.67%-
HSV(B)126.43º11.91%92.16%-
XYZ67.0777.3472.36-
YUV223.78120.22116.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 210 (82.42% from 255) = 32.21%
R=31.75%
G=36.04%
B=32.21%

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
Decimal2072352100.1200.110.08126.4341.1886.67
HexCFEBD2C0B87e2957
Octal317353322140131017651127
Binary110011111110101111010010110001011100011111101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBD2; }

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

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

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

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

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

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

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

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