#CAEDD4

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

Shades of Granny Apple #CAEDD4

Tints of Granny Apple #CAEDD4

Color information

#CAEDD4 (or 0xCAEDD4) is unknown color: approx Granny Apple. HEX triplet: CA, ED and D4. RGB value is (202,237,212). Sum of RGB (Red+Green+Blue) = 202+237+212=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDD4 is #35122B. Grayscale: #DFDFDF. Windows color (decimal): -3478060 or 13954506. OLE color: 13954506.

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

Color convert

RGB202237212-
CMYK0.1500.110.07
HSL137.14º49.3%86.08%-
HSV(B)137.14º14.77%92.94%-
XYZ66.5277.8873.81-
YUV223.68121.4112.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.03%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 212 (83.20% from 255) = 32.57%
R=31.03%
G=36.41%
B=32.57%

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
Decimal2022372120.1500.110.07137.1449.386.08
HexCAEDD4F0B7893156
Octal31235532417013721161126
Binary110010101110110111010100111101011111100010011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDD4; }

 p { color: rgb(202,237,212); }

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

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

 a { background-color: rgb(202,237,212); }

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

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

 span { border-color: rgb(202,237,212); }

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