#CAEED4

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

Shades of Granny Apple #CAEED4

Tints of Granny Apple #CAEED4

Color information

#CAEED4 (or 0xCAEED4) is unknown color: approx Granny Apple. HEX triplet: CA, EE and D4. RGB value is (202,238,212). Sum of RGB (Red+Green+Blue) = 202+238+212=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEED4 is #35112B. Grayscale: #E0E0E0. Windows color (decimal): -3477804 or 13954762. OLE color: 13954762.

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

Color convert

RGB202238212-
CMYK0.1500.110.07
HSL136.67º51.43%86.27%-
HSV(B)136.67º15.13%93.33%-
XYZ66.8278.4673.91-
YUV224.27121.07112.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=30.98%
G=36.50%
B=32.52%

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
Decimal2022382120.1500.110.07136.6751.4386.27
HexCAEED4F0B7893356
Octal31235632417013721163126
Binary110010101110111011010100111101011111100010011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEED4; }

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

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

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

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

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

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

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

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