#CAEED0

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

Shades of Granny Apple #CAEED0

Tints of Granny Apple #CAEED0

Color information

#CAEED0 (or 0xCAEED0) is unknown color: approx Granny Apple. HEX triplet: CA, EE and D0. RGB value is (202,238,208). Sum of RGB (Red+Green+Blue) = 202+238+208=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEED0 is #35112F. Grayscale: #DFDFDF. Windows color (decimal): -3477808 or 13692618. OLE color: 13692618.

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

Color convert

RGB202238208-
CMYK0.1500.130.07
HSL130º51.43%86.27%-
HSV(B)130º15.13%93.33%-
XYZ66.3278.2671.28-
YUV223.82119.07112.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=31.17%
G=36.73%
B=32.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022382080.1500.130.0713051.4386.27
HexCAEED0F0D7823356
Octal31235632017015720263126
Binary110010101110111011010000111101101111100000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEED0; }

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

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

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

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

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

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

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

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