Html Css Color HEX #DBDE8F Primrose

📋 copy color: '#DBDE8F'

red 219 ◦ green 222 ◦ blue 143

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

Shades of Primrose #DBDE8F

Tints of Primrose #DBDE8F

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.01%

 BLUE value IS 143 (56.25% from 255) = 24.49%

R = 37.5%
G = 38.01%
B = 24.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DBDE8F (or 0xDBDE8F) is known color: Primrose. HEX triplet: DB, DE and 8F. RGB value is (219,222,143). Sum of RGB (Red+Green+Blue) = 219+222+143=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 143 (56.25% from 255 or 24.49% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE8F is #242170. Grayscale: #D4D4D4. Windows color (decimal): -2367857 or 9428699. OLE color: 9428699.

HSL color Cylindrical-coordinate representation of color #DBDE8F: hue angle of 62.28º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDE8F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 222 143 -
CMYK 0.01 0 0.36 0.13
HSL 62.28º 0.54% 0.72% -
HSV(B) 62.28º 0.36% 0.87% -
XYZ 60.29 69.29 36.18 -
YUV 212.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 219 222 143 0.01 0 0.36 0.13 62.28 0.54 0.72
Hex DB DE 8F 1 0 24 D 3E 36 48
Octal 333 336 217 1 0 44 15 76 66 110
Binary 11011011 11011110 10001111 1 0 100100 1101 111110 110110 1001000

Color Harmonies of #DBDE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE8F

Black with #DBDE8F

Text Example


Text Example

White with #DBDE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE8F; }

 p { color: rgb(219,222,143); }

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

background-color css

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

 a { background-color: rgb(219,222,143); }

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

border-color css

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

 span { border-color: rgb(219,222,143); }

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