Html Css Color HEX #DBE695 Primrose

📋 copy color: '#DBE695'

red 219 ◦ green 230 ◦ blue 149

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

Shades of Primrose #DBE695

Tints of Primrose #DBE695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.46%

 BLUE value IS 149 (58.59% from 255) = 24.92%

R = 36.62%
G = 38.46%
B = 24.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DBE695 (or 0xDBE695) is known color: Primrose. HEX triplet: DB, E6 and 95. RGB value is (219,230,149). Sum of RGB (Red+Green+Blue) = 219+230+149=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE695 is #24196A. Grayscale: #D9D9D9. Windows color (decimal): -2365803 or 9823963. OLE color: 9823963.

HSL color Cylindrical-coordinate representation of color #DBE695: hue angle of 68.15º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE695 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 149 -
CMYK 0.05 0 0.35 0.10
HSL 68.15º 0.62% 0.74% -
HSV(B) 68.15º 0.35% 0.9% -
XYZ 62.94 73.82 39.37 -
YUV 217.48 89.36 129.09 -
System Red Green Blue C M Y K H S L
Decimal 219 230 149 0.05 0 0.35 0.10 68.15 0.62 0.74
Hex DB E6 95 5 0 23 A 44 3E 4A
Octal 333 346 225 5 0 43 12 104 76 112
Binary 11011011 11100110 10010101 101 0 100011 1010 1000100 111110 1001010

Color Harmonies of #DBE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE695

Black with #DBE695

Text Example


Text Example

White with #DBE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE695; }

 p { color: rgb(219,230,149); }

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

background-color css

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

 a { background-color: rgb(219,230,149); }

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

border-color css

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

 span { border-color: rgb(219,230,149); }

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