#CEEBD1

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

Shades of Granny Apple #CEEBD1

Tints of Granny Apple #CEEBD1

Color information

#CEEBD1 (or 0xCEEBD1) is unknown color: approx Granny Apple. HEX triplet: CE, EB and D1. RGB value is (206,235,209). Sum of RGB (Red+Green+Blue) = 206+235+209=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD1 is #31142E. Grayscale: #DFDFDF. Windows color (decimal): -3216431 or 13757390. OLE color: 13757390.

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

Color convert

RGB206235209-
CMYK0.1200.110.08
HSL126.21º42.03%86.47%-
HSV(B)126.21º12.34%92.16%-
XYZ66.6777.1471.7-
YUV223.36119.89115.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.69%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=31.69%
G=36.15%
B=32.15%

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
Decimal2062352090.1200.110.08126.2142.0386.47
HexCEEBD1C0B87e2a56
Octal316353321140131017652126
Binary110011101110101111010001110001011100011111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBD1; }

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

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

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

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

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

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

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

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