Html Css Color HEX #D0EDAB Reef

📋 copy color: '#D0EDAB'

red 208 ◦ green 237 ◦ blue 171

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

Shades of Reef #D0EDAB

Tints of Reef #D0EDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.76%

R = 33.77%
G = 38.47%
B = 27.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D0EDAB (or 0xD0EDAB) is known color: Reef. HEX triplet: D0, ED and AB. RGB value is (208,237,171). Sum of RGB (Red+Green+Blue) = 208+237+171=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EDAB is #2F1254. Grayscale: #DDDDDD. Windows color (decimal): -3084885 or 11267536. OLE color: 11267536.

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

Color convert

RGB 208 237 171 -
CMYK 0.12 0 0.28 0.07
HSL 86.36º 0.65% 0.8% -
HSV(B) 86.36º 0.28% 0.93% -
XYZ 63.65 76.92 50.02 -
YUV 220.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 208 237 171 0.12 0 0.28 0.07 86.36 0.65 0.8
Hex D0 ED AB C 0 1C 7 56 41 50
Octal 320 355 253 14 0 34 7 126 101 120
Binary 11010000 11101101 10101011 1100 0 11100 111 1010110 1000001 1010000

Color Harmonies of #D0EDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EDAB

Black with #D0EDAB

Text Example


Text Example

White with #D0EDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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