#CAEBD4

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

Shades of Granny Apple #CAEBD4

Tints of Granny Apple #CAEBD4

Color information

#CAEBD4 (or 0xCAEBD4) is unknown color: approx Granny Apple. HEX triplet: CA, EB and D4. RGB value is (202,235,212). Sum of RGB (Red+Green+Blue) = 202+235+212=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD4 is #35142B. Grayscale: #DEDEDE. Windows color (decimal): -3478572 or 13953994. OLE color: 13953994.

HSL color Cylindrical-coordinate representation of color #CAEBD4: hue angle of 138.18º 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 #CAEBD4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB202235212-
CMYK0.1400.100.08
HSL138.18º45.21%85.69%-
HSV(B)138.18º14.04%92.16%-
XYZ65.9576.7373.62-
YUV222.51122.07113.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.12%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=31.12%
G=36.21%
B=32.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352120.1400.100.08138.1845.2185.69
HexCAEBD4E0A88a2d56
Octal312353324160121021255126
Binary1100101011101011110101001110010101000100010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBD4; }

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

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

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

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

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

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

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

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