Html Css Color HEX #DCEEA1 Reef

📋 copy color: '#DCEEA1'

red 220 ◦ green 238 ◦ blue 161

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

Shades of Reef #DCEEA1

Tints of Reef #DCEEA1

RGB

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

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

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

R = 35.54%
G = 38.45%
B = 26.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#DCEEA1 (or 0xDCEEA1) is known color: Reef. HEX triplet: DC, EE and A1. RGB value is (220,238,161). Sum of RGB (Red+Green+Blue) = 220+238+161=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEA1 is #23115E. Grayscale: #E0E0E0. Windows color (decimal): -2298207 or 10612444. OLE color: 10612444.

HSL color Cylindrical-coordinate representation of color #DCEEA1: hue angle of 74.03º 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 #DCEEA1 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 238 161 -
CMYK 0.08 0 0.32 0.07
HSL 74.03º 0.69% 0.78% -
HSV(B) 74.03º 0.32% 0.93% -
XYZ 66.52 78.94 45.45 -
YUV 223.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 220 238 161 0.08 0 0.32 0.07 74.03 0.69 0.78
Hex DC EE A1 8 0 20 7 4A 45 4E
Octal 334 356 241 10 0 40 7 112 105 116
Binary 11011100 11101110 10100001 1000 0 100000 111 1001010 1000101 1001110

Color Harmonies of #DCEEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEA1

Black with #DCEEA1

Text Example


Text Example

White with #DCEEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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