Html Css Color HEX #CAFDD8 Granny Apple

📋 copy color: '#CAFDD8'

red 202 ◦ green 253 ◦ blue 216

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

Shades of Granny Apple #CAFDD8

Tints of Granny Apple #CAFDD8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.7%

 BLUE value IS 216 (84.77% from 255) = 32.19%

R = 30.1%
G = 37.7%
B = 32.19%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#CAFDD8 (or 0xCAFDD8) is known color: Granny Apple. HEX triplet: CA, FD and D8. RGB value is (202,253,216). Sum of RGB (Red+Green+Blue) = 202+253+216=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD8 is #350227. Grayscale: #E9E9E9. Windows color (decimal): -3473960 or 14220746. OLE color: 14220746.

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

Color convert

RGB 202 253 216 -
CMYK 0.20 0 0.15 0.01
HSL 136.47º 0.93% 0.89% -
HSV(B) 136.47º 0.2% 0.99% -
XYZ 71.88 87.76 78.12 -
YUV 233.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 202 253 216 0.20 0 0.15 0.01 136.47 0.93 0.89
Hex CA FD D8 14 0 F 1 88 5D 59
Octal 312 375 330 24 0 17 1 210 135 131
Binary 11001010 11111101 11011000 10100 0 1111 1 10001000 1011101 1011001

Color Harmonies of #CAFDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFDD8

Black with #CAFDD8

Text Example


Text Example

White with #CAFDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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