Html Css Color HEX #D1EDAD Reef

📋 copy color: '#D1EDAD'

red 209 ◦ green 237 ◦ blue 173

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

Shades of Reef #D1EDAD

Tints of Reef #D1EDAD

RGB

 RED value IS 209 (82.03% from 255) = 33.76%

 GREEN value IS 237 (92.97% from 255) = 38.29%

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

R = 33.76%
G = 38.29%
B = 27.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D1EDAD (or 0xD1EDAD) is known color: Reef. HEX triplet: D1, ED and AD. RGB value is (209,237,173). Sum of RGB (Red+Green+Blue) = 209+237+173=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDAD is #2E1252. Grayscale: #DDDDDD. Windows color (decimal): -3019347 or 11398609. OLE color: 11398609.

HSL color Cylindrical-coordinate representation of color #D1EDAD: hue angle of 86.25º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1EDAD is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 237 173 -
CMYK 0.12 0 0.27 0.07
HSL 86.25º 0.64% 0.8% -
HSV(B) 86.25º 0.27% 0.93% -
XYZ 64.12 77.14 51.05 -
YUV 221.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 209 237 173 0.12 0 0.27 0.07 86.25 0.64 0.8
Hex D1 ED AD C 0 1B 7 56 40 50
Octal 321 355 255 14 0 33 7 126 100 120
Binary 11010001 11101101 10101101 1100 0 11011 111 1010110 1000000 1010000

Color Harmonies of #D1EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EDAD

Black with #D1EDAD

Text Example


Text Example

White with #D1EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EDAD; }

 p { color: rgb(209,237,173); }

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

background-color css

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

 a { background-color: rgb(209,237,173); }

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

border-color css

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

 span { border-color: rgb(209,237,173); }

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