#CAFDD4

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

Shades of Granny Apple #CAFDD4

Tints of Granny Apple #CAFDD4

Color information

#CAFDD4 (or 0xCAFDD4) is unknown color: approx Granny Apple. HEX triplet: CA, FD and D4. RGB value is (202,253,212). Sum of RGB (Red+Green+Blue) = 202+253+212=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD4 is #35022B. Grayscale: #E9E9E9. Windows color (decimal): -3473964 or 13958602. OLE color: 13958602.

HSL color Cylindrical-coordinate representation of color #CAFDD4: hue angle of 131.76º 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 #CAFDD4 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB202253212-
CMYK0.2000.160.01
HSL131.76º92.73%89.22%-
HSV(B)131.76º20.16%99.22%-
XYZ71.3787.5675.43-
YUV233.08116.1105.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.28%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 212 (83.20% from 255) = 31.78%
R=30.28%
G=37.93%
B=31.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532120.2000.160.01131.7692.7389.22
HexCAFDD4140101845d59
Octal312375324240201204135131
Binary1100101011111101110101001010001000011000010010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDD4; }

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

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

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

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

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

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

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

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