Html Css Color HEX #CAFBD3 Granny Apple

📋 copy color: '#CAFBD3'

red 202 ◦ green 251 ◦ blue 211

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

Shades of Granny Apple #CAFBD3

Tints of Granny Apple #CAFBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.78%

R = 30.42%
G = 37.8%
B = 31.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#CAFBD3 (or 0xCAFBD3) is known color: Granny Apple. HEX triplet: CA, FB and D3. RGB value is (202,251,211). Sum of RGB (Red+Green+Blue) = 202+251+211=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBD3 is #35042C. Grayscale: #E7E7E7. Windows color (decimal): -3474477 or 13892554. OLE color: 13892554.

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

Color convert

RGB 202 251 211 -
CMYK 0.20 0 0.16 0.02
HSL 131.02º 0.86% 0.89% -
HSV(B) 131.02º 0.2% 0.98% -
XYZ 70.61 86.25 74.56 -
YUV 231.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 202 251 211 0.20 0 0.16 0.02 131.02 0.86 0.89
Hex CA FB D3 14 0 10 2 83 56 59
Octal 312 373 323 24 0 20 2 203 126 131
Binary 11001010 11111011 11010011 10100 0 10000 10 10000011 1010110 1011001

Color Harmonies of #CAFBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFBD3

Black with #CAFBD3

Text Example


Text Example

White with #CAFBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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