Html Css Color HEX #DCEB9F Reef

📋 copy color: '#DCEB9F'

red 220 ◦ green 235 ◦ blue 159

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

Shades of Reef #DCEB9F

Tints of Reef #DCEB9F

RGB

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

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

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

R = 35.83%
G = 38.27%
B = 25.9%

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

#DCEB9F (or 0xDCEB9F) is known color: Reef. HEX triplet: DC, EB and 9F. RGB value is (220,235,159). Sum of RGB (Red+Green+Blue) = 220+235+159=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 159 (62.5% from 255 or 25.90% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB9F is #231460. Grayscale: #DEDEDE. Windows color (decimal): -2298977 or 10480604. OLE color: 10480604.

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

Color convert

RGB 220 235 159 -
CMYK 0.06 0 0.32 0.08
HSL 71.84º 0.66% 0.77% -
HSV(B) 71.84º 0.32% 0.92% -
XYZ 65.48 77.14 44.24 -
YUV 221.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 220 235 159 0.06 0 0.32 0.08 71.84 0.66 0.77
Hex DC EB 9F 6 0 20 8 48 42 4D
Octal 334 353 237 6 0 40 10 110 102 115
Binary 11011100 11101011 10011111 110 0 100000 1000 1001000 1000010 1001101

Color Harmonies of #DCEB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB9F

Black with #DCEB9F

Text Example


Text Example

White with #DCEB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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