#CAFDCE

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

Shades of Granny Apple #CAFDCE

Tints of Granny Apple #CAFDCE

Color information

#CAFDCE (or 0xCAFDCE) is unknown color: approx Granny Apple. HEX triplet: CA, FD and CE. RGB value is (202,253,206). Sum of RGB (Red+Green+Blue) = 202+253+206=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDCE is #350231. Grayscale: #E8E8E8. Windows color (decimal): -3473970 or 13565386. OLE color: 13565386.

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

Color convert

RGB202253206-
CMYK0.2000.190.01
HSL124.71º92.73%89.22%-
HSV(B)124.71º20.16%99.22%-
XYZ70.6287.2671.51-
YUV232.39113.1106.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 206 (80.86% from 255) = 31.16%
R=30.56%
G=38.28%
B=31.16%

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
Decimal2022532060.2000.190.01124.7192.7389.22
HexCAFDCE1401317d5d59
Octal312375316240231175135131
Binary110010101111110111001110101000100111111110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDCE; }

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

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

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

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

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

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

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

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