Html Css Color HEX #CAFBD6 Granny Apple

📋 copy color: '#CAFBD6'

red 202 ◦ green 251 ◦ blue 214

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

Shades of Granny Apple #CAFBD6

Tints of Granny Apple #CAFBD6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.63%

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

R = 30.28%
G = 37.63%
B = 32.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#CAFBD6 (or 0xCAFBD6) is known color: Granny Apple. HEX triplet: CA, FB and D6. RGB value is (202,251,214). Sum of RGB (Red+Green+Blue) = 202+251+214=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD6 is #350429. Grayscale: #E8E8E8. Windows color (decimal): -3474474 or 14089162. OLE color: 14089162.

HSL color Cylindrical-coordinate representation of color #CAFBD6: hue angle of 134.69º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBD6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 251 214 -
CMYK 0.20 0 0.15 0.02
HSL 134.69º 0.86% 0.89% -
HSV(B) 134.69º 0.2% 0.98% -
XYZ 70.99 86.41 76.55 -
YUV 232.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 202 251 214 0.20 0 0.15 0.02 134.69 0.86 0.89
Hex CA FB D6 14 0 F 2 87 56 59
Octal 312 373 326 24 0 17 2 207 126 131
Binary 11001010 11111011 11010110 10100 0 1111 10 10000111 1010110 1011001

Color Harmonies of #CAFBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBD6

Black with #CAFBD6

Text Example


Text Example

White with #CAFBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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