Html Css Color HEX #DCEB98 Reef

📋 copy color: '#DCEB98'

red 220 ◦ green 235 ◦ blue 152

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

Shades of Reef #DCEB98

Tints of Reef #DCEB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.04%

R = 36.24%
G = 38.71%
B = 25.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#DCEB98 (or 0xDCEB98) is known color: Reef. HEX triplet: DC, EB and 98. RGB value is (220,235,152). Sum of RGB (Red+Green+Blue) = 220+235+152=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEB98 is #231467. Grayscale: #DDDDDD. Windows color (decimal): -2298984 or 10021852. OLE color: 10021852.

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

Color convert

RGB 220 235 152 -
CMYK 0.06 0 0.35 0.08
HSL 70.84º 0.67% 0.76% -
HSV(B) 70.84º 0.35% 0.92% -
XYZ 64.89 76.9 41.13 -
YUV 221.05 89.03 127.25 -
System Red Green Blue C M Y K H S L
Decimal 220 235 152 0.06 0 0.35 0.08 70.84 0.67 0.76
Hex DC EB 98 6 0 23 8 47 43 4C
Octal 334 353 230 6 0 43 10 107 103 114
Binary 11011100 11101011 10011000 110 0 100011 1000 1000111 1000011 1001100

Color Harmonies of #DCEB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB98

Black with #DCEB98

Text Example


Text Example

White with #DCEB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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