Html Css Color HEX #DBEA88 Primrose

📋 copy color: '#DBEA88'

red 219 ◦ green 234 ◦ blue 136

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

Shades of Primrose #DBEA88

Tints of Primrose #DBEA88

RGB

 RED value IS 219 (85.94% from 255) = 37.18%

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

 BLUE value IS 136 (53.52% from 255) = 23.09%

R = 37.18%
G = 39.73%
B = 23.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#DBEA88 (or 0xDBEA88) is known color: Primrose. HEX triplet: DB, EA and 88. RGB value is (219,234,136). Sum of RGB (Red+Green+Blue) = 219+234+136=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA88 is #241577. Grayscale: #DADADA. Windows color (decimal): -2364792 or 8973019. OLE color: 8973019.

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

Color convert

RGB 219 234 136 -
CMYK 0.06 0 0.42 0.08
HSL 69.18º 0.7% 0.73% -
HSV(B) 69.18º 0.42% 0.92% -
XYZ 63.08 75.68 34.58 -
YUV 218.34 81.53 128.47 -
System Red Green Blue C M Y K H S L
Decimal 219 234 136 0.06 0 0.42 0.08 69.18 0.7 0.73
Hex DB EA 88 6 0 2A 8 45 46 49
Octal 333 352 210 6 0 52 10 105 106 111
Binary 11011011 11101010 10001000 110 0 101010 1000 1000101 1000110 1001001

Color Harmonies of #DBEA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEA88

Black with #DBEA88

Text Example


Text Example

White with #DBEA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEA88; }

 p { color: rgb(219,234,136); }

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

background-color css

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

 a { background-color: rgb(219,234,136); }

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

border-color css

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

 span { border-color: rgb(219,234,136); }

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