Html Css Color HEX #CAF2D8 Granny Apple

📋 copy color: '#CAF2D8'

red 202 ◦ green 242 ◦ blue 216

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

Shades of Granny Apple #CAF2D8

Tints of Granny Apple #CAF2D8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.67%

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

R = 30.61%
G = 36.67%
B = 32.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#CAF2D8 (or 0xCAF2D8) is known color: Granny Apple. HEX triplet: CA, F2 and D8. RGB value is (202,242,216). Sum of RGB (Red+Green+Blue) = 202+242+216=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 242 (94.92% from 255 or 36.67% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2D8 is #350D27. Grayscale: #E3E3E3. Windows color (decimal): -3476776 or 14217930. OLE color: 14217930.

HSL color Cylindrical-coordinate representation of color #CAF2D8: hue angle of 141º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2D8 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 216 -
CMYK 0.17 0 0.11 0.05
HSL 141º 0.61% 0.87% -
HSV(B) 141º 0.17% 0.95% -
XYZ 68.5 81.02 76.99 -
YUV 227.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 202 242 216 0.17 0 0.11 0.05 141 0.61 0.87
Hex CA F2 D8 11 0 B 5 8D 3D 57
Octal 312 362 330 21 0 13 5 215 75 127
Binary 11001010 11110010 11011000 10001 0 1011 101 10001101 111101 1010111

Color Harmonies of #CAF2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF2D8

Black with #CAF2D8

Text Example


Text Example

White with #CAF2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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