#CAFDD1

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

Shades of Granny Apple #CAFDD1

Tints of Granny Apple #CAFDD1

Color information

#CAFDD1 (or 0xCAFDD1) is unknown color: approx Granny Apple. HEX triplet: CA, FD and D1. RGB value is (202,253,209). Sum of RGB (Red+Green+Blue) = 202+253+209=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD1 is #35022E. Grayscale: #E8E8E8. Windows color (decimal): -3473967 or 13761994. OLE color: 13761994.

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

Color convert

RGB202253209-
CMYK0.2000.170.01
HSL128.24º92.73%89.22%-
HSV(B)128.24º20.16%99.22%-
XYZ70.9987.4173.45-
YUV232.74114.6106.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.42%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 209 (82.03% from 255) = 31.48%
R=30.42%
G=38.10%
B=31.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532090.2000.170.01128.2492.7389.22
HexCAFDD1140111805d59
Octal312375321240211200135131
Binary1100101011111101110100011010001000111000000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDD1; }

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

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

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

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

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

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

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

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