#CAEFD1

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

Shades of Granny Apple #CAEFD1

Tints of Granny Apple #CAEFD1

Color information

#CAEFD1 (or 0xCAEFD1) is unknown color: approx Granny Apple. HEX triplet: CA, EF and D1. RGB value is (202,239,209). Sum of RGB (Red+Green+Blue) = 202+239+209=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD1 is #35102E. Grayscale: #E0E0E0. Windows color (decimal): -3477551 or 13758410. OLE color: 13758410.

HSL color Cylindrical-coordinate representation of color #CAEFD1: hue angle of 131.35º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEFD1 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB202239209-
CMYK0.1500.130.06
HSL131.35º53.62%86.47%-
HSV(B)131.35º15.48%93.73%-
XYZ66.7378.8972.03-
YUV224.52119.24111.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.08%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=31.08%
G=36.77%
B=32.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392090.1500.130.06131.3553.6286.47
HexCAEFD1F0D6833656
Octal31235732117015620366126
Binary110010101110111111010001111101101110100000111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFD1; }

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

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

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

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

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

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

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

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