Html Css Color HEX #DCEBA1 Reef

📋 copy color: '#DCEBA1'

red 220 ◦ green 235 ◦ blue 161

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

Shades of Reef #DCEBA1

Tints of Reef #DCEBA1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.15%

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

R = 35.71%
G = 38.15%
B = 26.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#DCEBA1 (or 0xDCEBA1) is known color: Reef. HEX triplet: DC, EB and A1. RGB value is (220,235,161). Sum of RGB (Red+Green+Blue) = 220+235+161=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 235 (92.19% from 255 or 38.15% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA1 is #23145E. Grayscale: #DEDEDE. Windows color (decimal): -2298975 or 10611676. OLE color: 10611676.

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

Color convert

RGB 220 235 161 -
CMYK 0.06 0 0.31 0.08
HSL 72.16º 0.65% 0.78% -
HSV(B) 72.16º 0.31% 0.92% -
XYZ 65.66 77.21 45.16 -
YUV 222.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 220 235 161 0.06 0 0.31 0.08 72.16 0.65 0.78
Hex DC EB A1 6 0 1F 8 48 41 4E
Octal 334 353 241 6 0 37 10 110 101 116
Binary 11011100 11101011 10100001 110 0 11111 1000 1001000 1000001 1001110

Color Harmonies of #DCEBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBA1

Black with #DCEBA1

Text Example


Text Example

White with #DCEBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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