#CAEBD5

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

Shades of Granny Apple #CAEBD5

Tints of Granny Apple #CAEBD5

Color information

#CAEBD5 (or 0xCAEBD5) is unknown color: approx Granny Apple. HEX triplet: CA, EB and D5. RGB value is (202,235,213). Sum of RGB (Red+Green+Blue) = 202+235+213=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD5 is #35142A. Grayscale: #DEDEDE. Windows color (decimal): -3478571 or 14019530. OLE color: 14019530.

HSL color Cylindrical-coordinate representation of color #CAEBD5: hue angle of 140º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBD5 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB202235213-
CMYK0.1400.090.08
HSL140º45.21%85.69%-
HSV(B)140º14.04%92.16%-
XYZ66.0876.7874.29-
YUV222.62122.57113.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 235 (92.19% from 255) = 36.15%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=31.08%
G=36.15%
B=32.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352130.1400.090.0814045.2185.69
HexCAEBD5E0988c2d56
Octal312353325160111021455126
Binary1100101011101011110101011110010011000100011001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBD5; }

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

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

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

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

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

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

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

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