Html Css Color HEX #D0EFAB Reef

📋 copy color: '#D0EFAB'

red 208 ◦ green 239 ◦ blue 171

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

Shades of Reef #D0EFAB

Tints of Reef #D0EFAB

RGB

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

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

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

R = 33.66%
G = 38.67%
B = 27.67%

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

#D0EFAB (or 0xD0EFAB) is known color: Reef. HEX triplet: D0, EF and AB. RGB value is (208,239,171). Sum of RGB (Red+Green+Blue) = 208+239+171=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EFAB is #2F1054. Grayscale: #DEDEDE. Windows color (decimal): -3084373 or 11268048. OLE color: 11268048.

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

Color convert

RGB 208 239 171 -
CMYK 0.13 0 0.28 0.06
HSL 87.35º 0.68% 0.8% -
HSV(B) 87.35º 0.28% 0.94% -
XYZ 64.23 78.08 50.21 -
YUV 221.98 99.23 118.03 -
System Red Green Blue C M Y K H S L
Decimal 208 239 171 0.13 0 0.28 0.06 87.35 0.68 0.8
Hex D0 EF AB D 0 1C 6 57 44 50
Octal 320 357 253 15 0 34 6 127 104 120
Binary 11010000 11101111 10101011 1101 0 11100 110 1010111 1000100 1010000

Color Harmonies of #D0EFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EFAB

Black with #D0EFAB

Text Example


Text Example

White with #D0EFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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