Html Css Color HEX #DBE696 Primrose

📋 copy color: '#DBE696'

red 219 ◦ green 230 ◦ blue 150

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

Shades of Primrose #DBE696

Tints of Primrose #DBE696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.04%

R = 36.56%
G = 38.4%
B = 25.04%

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

#DBE696 (or 0xDBE696) is known color: Primrose. HEX triplet: DB, E6 and 96. RGB value is (219,230,150). Sum of RGB (Red+Green+Blue) = 219+230+150=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE696 is #241969. Grayscale: #D9D9D9. Windows color (decimal): -2365802 or 9889499. OLE color: 9889499.

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

Color convert

RGB 219 230 150 -
CMYK 0.05 0 0.35 0.10
HSL 68.25º 0.62% 0.75% -
HSV(B) 68.25º 0.35% 0.9% -
XYZ 63.02 73.86 39.79 -
YUV 217.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 219 230 150 0.05 0 0.35 0.10 68.25 0.62 0.75
Hex DB E6 96 5 0 23 A 44 3E 4B
Octal 333 346 226 5 0 43 12 104 76 113
Binary 11011011 11100110 10010110 101 0 100011 1010 1000100 111110 1001011

Color Harmonies of #DBE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE696

Black with #DBE696

Text Example


Text Example

White with #DBE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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