Html Css Color HEX #D0EEA1 Reef

📋 copy color: '#D0EEA1'

red 208 ◦ green 238 ◦ blue 161

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

Shades of Reef #D0EEA1

Tints of Reef #D0EEA1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.21%

 BLUE value IS 161 (63.28% from 255) = 26.52%

R = 34.27%
G = 39.21%
B = 26.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#D0EEA1 (or 0xD0EEA1) is known color: Reef. HEX triplet: D0, EE and A1. RGB value is (208,238,161). Sum of RGB (Red+Green+Blue) = 208+238+161=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 238 (93.36% from 255 or 39.21% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEA1 is #2F115E. Grayscale: #DCDCDC. Windows color (decimal): -3084639 or 10612432. OLE color: 10612432.

HSL color Cylindrical-coordinate representation of color #D0EEA1: hue angle of 83.38º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0EEA1 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 238 161 -
CMYK 0.13 0 0.32 0.07
HSL 83.38º 0.69% 0.78% -
HSV(B) 83.38º 0.32% 0.93% -
XYZ 63.02 77.13 45.28 -
YUV 220.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 208 238 161 0.13 0 0.32 0.07 83.38 0.69 0.78
Hex D0 EE A1 D 0 20 7 53 45 4E
Octal 320 356 241 15 0 40 7 123 105 116
Binary 11010000 11101110 10100001 1101 0 100000 111 1010011 1000101 1001110

Color Harmonies of #D0EEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEA1

Black with #D0EEA1

Text Example


Text Example

White with #D0EEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEA1; }

 p { color: rgb(208,238,161); }

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

background-color css

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

 a { background-color: rgb(208,238,161); }

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

border-color css

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

 span { border-color: rgb(208,238,161); }

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