#CEEBD0

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

Shades of Granny Apple #CEEBD0

Tints of Granny Apple #CEEBD0

Color information

#CEEBD0 (or 0xCEEBD0) is unknown color: approx Granny Apple. HEX triplet: CE, EB and D0. RGB value is (206,235,208). Sum of RGB (Red+Green+Blue) = 206+235+208=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD0 is #31142F. Grayscale: #DFDFDF. Windows color (decimal): -3216432 or 13691854. OLE color: 13691854.

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

Color convert

RGB206235208-
CMYK0.1200.110.08
HSL124.14º42.03%86.47%-
HSV(B)124.14º12.34%92.16%-
XYZ66.5577.0971.05-
YUV223.25119.39115.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 208 (81.64% from 255) = 32.05%
R=31.74%
G=36.21%
B=32.05%

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
Decimal2062352080.1200.110.08124.1442.0386.47
HexCEEBD0C0B87c2a56
Octal316353320140131017452126
Binary110011101110101111010000110001011100011111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBD0; }

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

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

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

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

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

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

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

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