Html Css Color HEX #D0EFAC Reef

📋 copy color: '#D0EFAC'

red 208 ◦ green 239 ◦ blue 172

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

Shades of Reef #D0EFAC

Tints of Reef #D0EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.61%

 BLUE value IS 172 (67.58% from 255) = 27.79%

R = 33.6%
G = 38.61%
B = 27.79%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#D0EFAC (or 0xD0EFAC) is known color: Reef. HEX triplet: D0, EF and AC. RGB value is (208,239,172). Sum of RGB (Red+Green+Blue) = 208+239+172=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFAC is #2F1053. Grayscale: #DEDEDE. Windows color (decimal): -3084372 or 11333584. OLE color: 11333584.

HSL color Cylindrical-coordinate representation of color #D0EFAC: hue angle of 87.76º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0EFAC is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 239 172 -
CMYK 0.13 0 0.28 0.06
HSL 87.76º 0.68% 0.81% -
HSV(B) 87.76º 0.28% 0.94% -
XYZ 64.33 78.12 50.72 -
YUV 222.09 99.73 117.95 -
System Red Green Blue C M Y K H S L
Decimal 208 239 172 0.13 0 0.28 0.06 87.76 0.68 0.81
Hex D0 EF AC D 0 1C 6 58 44 51
Octal 320 357 254 15 0 34 6 130 104 121
Binary 11010000 11101111 10101100 1101 0 11100 110 1011000 1000100 1010001

Color Harmonies of #D0EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFAC

Black with #D0EFAC

Text Example


Text Example

White with #D0EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFAC; }

 p { color: rgb(208,239,172); }

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

background-color css

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

 a { background-color: rgb(208,239,172); }

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

border-color css

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

 span { border-color: rgb(208,239,172); }

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