Html Css Color HEX #CAFAD2 Granny Apple

📋 copy color: '#CAFAD2'

red 202 ◦ green 250 ◦ blue 210

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

Shades of Granny Apple #CAFAD2

Tints of Granny Apple #CAFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.76%

 BLUE value IS 210 (82.42% from 255) = 31.72%

R = 30.51%
G = 37.76%
B = 31.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CAFAD2 (or 0xCAFAD2) is known color: Granny Apple. HEX triplet: CA, FA and D2. RGB value is (202,250,210). Sum of RGB (Red+Green+Blue) = 202+250+210=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 210 (82.42% from 255 or 31.72% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAD2 is #35052D. Grayscale: #E7E7E7. Windows color (decimal): -3474734 or 13826762. OLE color: 13826762.

HSL color Cylindrical-coordinate representation of color #CAFAD2: hue angle of 130º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAD2 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 250 210 -
CMYK 0.19 0 0.16 0.02
HSL 130º 0.83% 0.89% -
HSV(B) 130º 0.19% 0.98% -
XYZ 70.18 85.58 73.79 -
YUV 231.09 116.1 107.25 -
System Red Green Blue C M Y K H S L
Decimal 202 250 210 0.19 0 0.16 0.02 130 0.83 0.89
Hex CA FA D2 13 0 10 2 82 53 59
Octal 312 372 322 23 0 20 2 202 123 131
Binary 11001010 11111010 11010010 10011 0 10000 10 10000010 1010011 1011001

Color Harmonies of #CAFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFAD2

Black with #CAFAD2

Text Example


Text Example

White with #CAFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFAD2; }

 p { color: rgb(202,250,210); }

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

background-color css

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

 a { background-color: rgb(202,250,210); }

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

border-color css

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

 span { border-color: rgb(202,250,210); }

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