#CAFDCD

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

Shades of Granny Apple #CAFDCD

Tints of Granny Apple #CAFDCD

Color information

#CAFDCD (or 0xCAFDCD) is unknown color: approx Granny Apple. HEX triplet: CA, FD and CD. RGB value is (202,253,205). Sum of RGB (Red+Green+Blue) = 202+253+205=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDCD is #350232. Grayscale: #E8E8E8. Windows color (decimal): -3473971 or 13499850. OLE color: 13499850.

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

Color convert

RGB202253205-
CMYK0.2000.190.01
HSL123.53º92.73%89.22%-
HSV(B)123.53º20.16%99.22%-
XYZ70.587.2170.88-
YUV232.28112.6106.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 205 (80.47% from 255) = 31.06%
R=30.61%
G=38.33%
B=31.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532050.2000.190.01123.5392.7389.22
HexCAFDCD1401317c5d59
Octal312375315240231174135131
Binary110010101111110111001101101000100111111110010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDCD; }

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

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

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

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

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

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

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

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