Html Css Color HEX #CAF8D6 Granny Apple

📋 copy color: '#CAF8D6'

red 202 ◦ green 248 ◦ blue 214

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

Shades of Granny Apple #CAF8D6

Tints of Granny Apple #CAF8D6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.35%

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

R = 30.42%
G = 37.35%
B = 32.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#CAF8D6 (or 0xCAF8D6) is known color: Granny Apple. HEX triplet: CA, F8 and D6. RGB value is (202,248,214). Sum of RGB (Red+Green+Blue) = 202+248+214=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8D6 is #350729. Grayscale: #E6E6E6. Windows color (decimal): -3475242 or 14088394. OLE color: 14088394.

HSL color Cylindrical-coordinate representation of color #CAF8D6: hue angle of 135.65º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8D6 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 214 -
CMYK 0.19 0 0.14 0.03
HSL 135.65º 0.77% 0.88% -
HSV(B) 135.65º 0.19% 0.97% -
XYZ 70.06 84.55 76.24 -
YUV 230.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 202 248 214 0.19 0 0.14 0.03 135.65 0.77 0.88
Hex CA F8 D6 13 0 E 3 88 4D 58
Octal 312 370 326 23 0 16 3 210 115 130
Binary 11001010 11111000 11010110 10011 0 1110 11 10001000 1001101 1011000

Color Harmonies of #CAF8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF8D6

Black with #CAF8D6

Text Example


Text Example

White with #CAF8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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