#CAEFD4

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

Shades of Granny Apple #CAEFD4

Tints of Granny Apple #CAEFD4

Color information

#CAEFD4 (or 0xCAEFD4) is unknown color: approx Granny Apple. HEX triplet: CA, EF and D4. RGB value is (202,239,212). Sum of RGB (Red+Green+Blue) = 202+239+212=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 212 (83.20% from 255 or 32.47% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFD4 is #35102B. Grayscale: #E0E0E0. Windows color (decimal): -3477548 or 13955018. OLE color: 13955018.

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

Color convert

RGB202239212-
CMYK0.1500.110.06
HSL136.22º53.62%86.47%-
HSV(B)136.22º15.48%93.73%-
XYZ67.1179.0474.01-
YUV224.86120.74111.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 212 (83.20% from 255) = 32.47%
R=30.93%
G=36.60%
B=32.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022392120.1500.110.06136.2253.6286.47
HexCAEFD4F0B6883656
Octal31235732417013621066126
Binary110010101110111111010100111101011110100010001101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFD4; }

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

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

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

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

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

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

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

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