#CAEBD2

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

Shades of Granny Apple #CAEBD2

Tints of Granny Apple #CAEBD2

Color information

#CAEBD2 (or 0xCAEBD2) is unknown color: approx Granny Apple. HEX triplet: CA, EB and D2. RGB value is (202,235,210). Sum of RGB (Red+Green+Blue) = 202+235+210=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD2 is #35142D. Grayscale: #DEDEDE. Windows color (decimal): -3478574 or 13822922. OLE color: 13822922.

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

Color convert

RGB202235210-
CMYK0.1400.110.08
HSL134.55º45.21%85.69%-
HSV(B)134.55º14.04%92.16%-
XYZ65.776.6372.3-
YUV222.28121.07113.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.22%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 210 (82.42% from 255) = 32.46%
R=31.22%
G=36.32%
B=32.46%

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
Decimal2022352100.1400.110.08134.5545.2185.69
HexCAEBD2E0B8872d56
Octal312353322160131020755126
Binary1100101011101011110100101110010111000100001111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEBD2; }

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

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

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

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

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

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

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

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