#CAEBD1

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

Shades of Granny Apple #CAEBD1

Tints of Granny Apple #CAEBD1

Color information

#CAEBD1 (or 0xCAEBD1) is unknown color: approx Granny Apple. HEX triplet: CA, EB and D1. RGB value is (202,235,209). Sum of RGB (Red+Green+Blue) = 202+235+209=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD1 is #35142E. Grayscale: #DEDEDE. Windows color (decimal): -3478575 or 13757386. OLE color: 13757386.

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

Color convert

RGB202235209-
CMYK0.1400.110.08
HSL132.73º45.21%85.69%-
HSV(B)132.73º14.04%92.16%-
XYZ65.5776.5871.65-
YUV222.17120.57113.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.27%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 209 (82.03% from 255) = 32.35%
R=31.27%
G=36.38%
B=32.35%

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
Decimal2022352090.1400.110.08132.7345.2185.69
HexCAEBD1E0B8852d56
Octal312353321160131020555126
Binary1100101011101011110100011110010111000100001011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBD1; }

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

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

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

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

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

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

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

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