Html Css Color HEX #DCEA9F Reef

📋 copy color: '#DCEA9F'

red 220 ◦ green 234 ◦ blue 159

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

Shades of Reef #DCEA9F

Tints of Reef #DCEA9F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 159 (62.5% from 255) = 25.94%

R = 35.89%
G = 38.17%
B = 25.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#DCEA9F (or 0xDCEA9F) is known color: Reef. HEX triplet: DC, EA and 9F. RGB value is (220,234,159). Sum of RGB (Red+Green+Blue) = 220+234+159=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEA9F is #231560. Grayscale: #DDDDDD. Windows color (decimal): -2299233 or 10480348. OLE color: 10480348.

HSL color Cylindrical-coordinate representation of color #DCEA9F: hue angle of 71.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCEA9F is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 159 -
CMYK 0.06 0 0.32 0.08
HSL 71.2º 0.64% 0.77% -
HSV(B) 71.2º 0.32% 0.92% -
XYZ 65.2 76.56 44.14 -
YUV 221.26 92.86 127.1 -
System Red Green Blue C M Y K H S L
Decimal 220 234 159 0.06 0 0.32 0.08 71.2 0.64 0.77
Hex DC EA 9F 6 0 20 8 47 40 4D
Octal 334 352 237 6 0 40 10 107 100 115
Binary 11011100 11101010 10011111 110 0 100000 1000 1000111 1000000 1001101

Color Harmonies of #DCEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA9F

Black with #DCEA9F

Text Example


Text Example

White with #DCEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA9F; }

 p { color: rgb(220,234,159); }

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

background-color css

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

 a { background-color: rgb(220,234,159); }

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

border-color css

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

 span { border-color: rgb(220,234,159); }

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