#CAEBD0

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

Shades of Granny Apple #CAEBD0

Tints of Granny Apple #CAEBD0

Color information

#CAEBD0 (or 0xCAEBD0) is unknown color: approx Granny Apple. HEX triplet: CA, EB and D0. RGB value is (202,235,208). Sum of RGB (Red+Green+Blue) = 202+235+208=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD0 is #35142F. Grayscale: #DEDEDE. Windows color (decimal): -3478576 or 13691850. OLE color: 13691850.

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

Color convert

RGB202235208-
CMYK0.1400.110.08
HSL130.91º45.21%85.69%-
HSV(B)130.91º14.04%92.16%-
XYZ65.4576.5371-
YUV222.05120.07113.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.32%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=31.32%
G=36.43%
B=32.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022352080.1400.110.08130.9145.2185.69
HexCAEBD0E0B8832d56
Octal312353320160131020355126
Binary1100101011101011110100001110010111000100000111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBD0; }

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

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

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

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

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

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

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

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