#CEEBD4

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

Shades of Granny Apple #CEEBD4

Tints of Granny Apple #CEEBD4

Color information

#CEEBD4 (or 0xCEEBD4) is unknown color: approx Granny Apple. HEX triplet: CE, EB and D4. RGB value is (206,235,212). Sum of RGB (Red+Green+Blue) = 206+235+212=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBD4 is #31142B. Grayscale: #DFDFDF. Windows color (decimal): -3216428 or 13953998. OLE color: 13953998.

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

Color convert

RGB206235212-
CMYK0.1200.100.08
HSL132.41º42.03%86.47%-
HSV(B)132.41º12.34%92.16%-
XYZ67.0577.2973.67-
YUV223.71121.39115.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=31.55%
G=35.99%
B=32.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062352120.1200.100.08132.4142.0386.47
HexCEEBD4C0A8842a56
Octal316353324140121020452126
Binary1100111011101011110101001100010101000100001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBD4; }

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

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

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

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

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

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

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

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