Html Css Color HEX #D0E6A4 Reef

📋 copy color: '#D0E6A4'

red 208 ◦ green 230 ◦ blue 164

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

Shades of Reef #D0E6A4

Tints of Reef #D0E6A4

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.21%

 BLUE value IS 164 (64.45% from 255) = 27.24%

R = 34.55%
G = 38.21%
B = 27.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#D0E6A4 (or 0xD0E6A4) is known color: Reef. HEX triplet: D0, E6 and A4. RGB value is (208,230,164). Sum of RGB (Red+Green+Blue) = 208+230+164=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E6A4 is #2F195B. Grayscale: #D8D8D8. Windows color (decimal): -3086684 or 10806992. OLE color: 10806992.

HSL color Cylindrical-coordinate representation of color #D0E6A4: hue angle of 80º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0E6A4 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 230 164 -
CMYK 0.10 0 0.29 0.10
HSL 80º 0.57% 0.77% -
HSV(B) 80º 0.29% 0.9% -
XYZ 61.01 72.68 45.94 -
YUV 215.9 98.71 122.37 -
System Red Green Blue C M Y K H S L
Decimal 208 230 164 0.10 0 0.29 0.10 80 0.57 0.77
Hex D0 E6 A4 A 0 1D A 50 39 4D
Octal 320 346 244 12 0 35 12 120 71 115
Binary 11010000 11100110 10100100 1010 0 11101 1010 1010000 111001 1001101

Color Harmonies of #D0E6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E6A4

Black with #D0E6A4

Text Example


Text Example

White with #D0E6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E6A4; }

 p { color: rgb(208,230,164); }

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

background-color css

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

 a { background-color: rgb(208,230,164); }

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

border-color css

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

 span { border-color: rgb(208,230,164); }

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