#CAEED5

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

Shades of Granny Apple #CAEED5

Tints of Granny Apple #CAEED5

Color information

#CAEED5 (or 0xCAEED5) is unknown color: approx Granny Apple. HEX triplet: CA, EE and D5. RGB value is (202,238,213). Sum of RGB (Red+Green+Blue) = 202+238+213=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEED5 is #35112A. Grayscale: #E0E0E0. Windows color (decimal): -3477803 or 14020298. OLE color: 14020298.

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

Color convert

RGB202238213-
CMYK0.1500.110.07
HSL138.33º51.43%86.27%-
HSV(B)138.33º15.13%93.33%-
XYZ66.9478.5174.58-
YUV224.39121.57112.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=30.93%
G=36.45%
B=32.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382130.1500.110.07138.3351.4386.27
HexCAEED5F0B78a3356
Octal31235632517013721263126
Binary110010101110111011010101111101011111100010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEED5; }

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

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

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

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

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

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

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

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