Html Css Color HEX #D0EDAF Reef

📋 copy color: '#D0EDAF'

red 208 ◦ green 237 ◦ blue 175

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

Shades of Reef #D0EDAF

Tints of Reef #D0EDAF

RGB

 RED value IS 208 (81.64% from 255) = 33.55%

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

 BLUE value IS 175 (68.75% from 255) = 28.23%

R = 33.55%
G = 38.23%
B = 28.23%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#D0EDAF (or 0xD0EDAF) is known color: Reef. HEX triplet: D0, ED and AF. RGB value is (208,237,175). Sum of RGB (Red+Green+Blue) = 208+237+175=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDAF is #2F1250. Grayscale: #DDDDDD. Windows color (decimal): -3084881 or 11529680. OLE color: 11529680.

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

Color convert

RGB 208 237 175 -
CMYK 0.12 0 0.26 0.07
HSL 88.06º 0.63% 0.81% -
HSV(B) 88.06º 0.26% 0.93% -
XYZ 64.03 77.07 52.06 -
YUV 221.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 208 237 175 0.12 0 0.26 0.07 88.06 0.63 0.81
Hex D0 ED AF C 0 1A 7 58 3F 51
Octal 320 355 257 14 0 32 7 130 77 121
Binary 11010000 11101101 10101111 1100 0 11010 111 1011000 111111 1010001

Color Harmonies of #D0EDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDAF

Black with #D0EDAF

Text Example


Text Example

White with #D0EDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDAF; }

 p { color: rgb(208,237,175); }

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

background-color css

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

 a { background-color: rgb(208,237,175); }

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

border-color css

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

 span { border-color: rgb(208,237,175); }

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