Html Css Color HEX #CAFFD6 Granny Apple

📋 copy color: '#CAFFD6'

red 202 ◦ green 255 ◦ blue 214

#CAFFD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #CAFFD6

Tints of Granny Apple #CAFFD6

RGB

 RED value IS 202 (79.3% from 255) = 30.1%

 GREEN value IS 255 (100% from 255) = 38%

 BLUE value IS 214 (83.98% from 255) = 31.89%

R = 30.1%
G = 38%
B = 31.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#CAFFD6 (or 0xCAFFD6) is known color: Granny Apple. HEX triplet: CA, FF and D6. RGB value is (202,255,214). Sum of RGB (Red+Green+Blue) = 202+255+214=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFD6 is #350029. Grayscale: #EAEAEA. Windows color (decimal): -3473450 or 14090186. OLE color: 14090186.

HSL color Cylindrical-coordinate representation of color #CAFFD6: hue angle of 133.58º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFFD6 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 214 -
CMYK 0.21 0 0.16 0
HSL 133.58º 1% 0.9% -
HSV(B) 133.58º 0.21% 1% -
XYZ 72.25 88.93 76.98 -
YUV 234.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 202 255 214 0.21 0 0.16 0 133.58 1 0.9
Hex CA FF D6 15 0 10 0 86 64 5A
Octal 312 377 326 25 0 20 0 206 144 132
Binary 11001010 11111111 11010110 10101 0 10000 0 10000110 1100100 1011010

Color Harmonies of #CAFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFD6

Black with #CAFFD6

Text Example


Text Example

White with #CAFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFD6; }

 p { color: rgb(202,255,214); }

 H1.HeaderClassName
 {
   color: #CAFFD6;
 }
 .AnyTagClassName
 {
   color: #CAFFD6;
 }
</style>

background-color css

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

 a { background-color: rgb(202,255,214); }

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

border-color css

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

 span { border-color: rgb(202,255,214); }

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