#CAEED7

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

Shades of Granny Apple #CAEED7

Tints of Granny Apple #CAEED7

Color information

#CAEED7 (or 0xCAEED7) is unknown color: approx Granny Apple. HEX triplet: CA, EE and D7. RGB value is (202,238,215). Sum of RGB (Red+Green+Blue) = 202+238+215=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 215 (84.38% from 255 or 32.82% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEED7 is #351128. Grayscale: #E0E0E0. Windows color (decimal): -3477801 or 14151370. OLE color: 14151370.

HSL color Cylindrical-coordinate representation of color #CAEED7: hue angle of 141.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEED7 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB202238215-
CMYK0.1500.100.07
HSL141.67º51.43%86.27%-
HSV(B)141.67º15.13%93.33%-
XYZ67.278.6175.92-
YUV224.61122.57111.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 215 (84.38% from 255) = 32.82%
R=30.84%
G=36.34%
B=32.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382150.1500.100.07141.6751.4386.27
HexCAEED7F0A78e3356
Octal31235632717012721663126
Binary110010101110111011010111111101010111100011101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEED7; }

 p { color: rgb(202,238,215); }

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

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

 a { background-color: rgb(202,238,215); }

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

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

 span { border-color: rgb(202,238,215); }

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