Html Css Color HEX #CAFDD3 Granny Apple

📋 copy color: '#CAFDD3'

red 202 ◦ green 253 ◦ blue 211

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

Shades of Granny Apple #CAFDD3

Tints of Granny Apple #CAFDD3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.99%

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

R = 30.33%
G = 37.99%
B = 31.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#CAFDD3 (or 0xCAFDD3) is known color: Granny Apple. HEX triplet: CA, FD and D3. RGB value is (202,253,211). Sum of RGB (Red+Green+Blue) = 202+253+211=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 211 (82.81% from 255 or 31.68% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD3 is #35022C. Grayscale: #E9E9E9. Windows color (decimal): -3473965 or 13893066. OLE color: 13893066.

HSL color Cylindrical-coordinate representation of color #CAFDD3: hue angle of 130.59º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDD3 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 253 211 -
CMYK 0.20 0 0.17 0.01
HSL 130.59º 0.93% 0.89% -
HSV(B) 130.59º 0.2% 0.99% -
XYZ 71.24 87.51 74.76 -
YUV 232.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 202 253 211 0.20 0 0.17 0.01 130.59 0.93 0.89
Hex CA FD D3 14 0 11 1 83 5D 59
Octal 312 375 323 24 0 21 1 203 135 131
Binary 11001010 11111101 11010011 10100 0 10001 1 10000011 1011101 1011001

Color Harmonies of #CAFDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFDD3

Black with #CAFDD3

Text Example


Text Example

White with #CAFDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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