Html Css Color HEX #D3F1AD Reef

📋 copy color: '#D3F1AD'

red 211 ◦ green 241 ◦ blue 173

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

Shades of Reef #D3F1AD

Tints of Reef #D3F1AD

RGB

 RED value IS 211 (82.81% from 255) = 33.76%

 GREEN value IS 241 (94.53% from 255) = 38.56%

 BLUE value IS 173 (67.97% from 255) = 27.68%

R = 33.76%
G = 38.56%
B = 27.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#D3F1AD (or 0xD3F1AD) is known color: Reef. HEX triplet: D3, F1 and AD. RGB value is (211,241,173). Sum of RGB (Red+Green+Blue) = 211+241+173=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #D3F1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F1AD is #2C0E52. Grayscale: #E0E0E0. Windows color (decimal): -2887251 or 11399635. OLE color: 11399635.

HSL color Cylindrical-coordinate representation of color #D3F1AD: hue angle of 86.47º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3F1AD is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 241 173 -
CMYK 0.12 0 0.28 0.05
HSL 86.47º 0.71% 0.81% -
HSV(B) 86.47º 0.28% 0.95% -
XYZ 65.86 79.78 51.46 -
YUV 224.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 211 241 173 0.12 0 0.28 0.05 86.47 0.71 0.81
Hex D3 F1 AD C 0 1C 5 56 47 51
Octal 323 361 255 14 0 34 5 126 107 121
Binary 11010011 11110001 10101101 1100 0 11100 101 1010110 1000111 1010001

Color Harmonies of #D3F1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3F1AD

Black with #D3F1AD

Text Example


Text Example

White with #D3F1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3F1AD; }

 p { color: rgb(211,241,173); }

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

background-color css

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

 a { background-color: rgb(211,241,173); }

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

border-color css

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

 span { border-color: rgb(211,241,173); }

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