#CAFDD8

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

Shades of Granny Apple #CAFDD8

Tints of Granny Apple #CAFDD8

Color information

#CAFDD8 (or 0xCAFDD8) is unknown color: approx Granny Apple. HEX triplet: CA, FD and D8. RGB value is (202,253,216). Sum of RGB (Red+Green+Blue) = 202+253+216=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD8 is #350227. Grayscale: #E9E9E9. Windows color (decimal): -3473960 or 14220746. OLE color: 14220746.

HSL color Cylindrical-coordinate representation of color #CAFDD8: hue angle of 136.47º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDD8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB202253216-
CMYK0.2000.150.01
HSL136.47º92.73%89.22%-
HSV(B)136.47º20.16%99.22%-
XYZ71.8887.7678.12-
YUV233.53118.1105.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.10%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 216 (84.77% from 255) = 32.19%
R=30.10%
G=37.70%
B=32.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532160.2000.150.01136.4792.7389.22
HexCAFDD8140F1885d59
Octal312375330240171210135131
Binary110010101111110111011000101000111111000100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDD8; }

 p { color: rgb(202,253,216); }

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

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

 a { background-color: rgb(202,253,216); }

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

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

 span { border-color: rgb(202,253,216); }

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