Html Css Color HEX #DCEEA0 Reef

📋 copy color: '#DCEEA0'

red 220 ◦ green 238 ◦ blue 160

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

Shades of Reef #DCEEA0

Tints of Reef #DCEEA0

RGB

 RED value IS 220 (86.33% from 255) = 35.6%

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

 BLUE value IS 160 (62.89% from 255) = 25.89%

R = 35.6%
G = 38.51%
B = 25.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#DCEEA0 (or 0xDCEEA0) is known color: Reef. HEX triplet: DC, EE and A0. RGB value is (220,238,160). Sum of RGB (Red+Green+Blue) = 220+238+160=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA0 is #23115F. Grayscale: #E0E0E0. Windows color (decimal): -2298208 or 10546908. OLE color: 10546908.

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

Color convert

RGB 220 238 160 -
CMYK 0.08 0 0.33 0.07
HSL 73.85º 0.7% 0.78% -
HSV(B) 73.85º 0.33% 0.93% -
XYZ 66.43 78.9 44.99 -
YUV 223.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 220 238 160 0.08 0 0.33 0.07 73.85 0.7 0.78
Hex DC EE A0 8 0 21 7 4A 46 4E
Octal 334 356 240 10 0 41 7 112 106 116
Binary 11011100 11101110 10100000 1000 0 100001 111 1001010 1000110 1001110

Color Harmonies of #DCEEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEA0

Black with #DCEEA0

Text Example


Text Example

White with #DCEEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEA0; }

 p { color: rgb(220,238,160); }

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

background-color css

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

 a { background-color: rgb(220,238,160); }

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

border-color css

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

 span { border-color: rgb(220,238,160); }

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