Html Css Color HEX #DFE696 Primrose

📋 copy color: '#DFE696'

red 223 ◦ green 230 ◦ blue 150

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

Shades of Primrose #DFE696

Tints of Primrose #DFE696

RGB

 RED value IS 223 (87.5% from 255) = 36.98%

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

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

R = 36.98%
G = 38.14%
B = 24.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DFE696 (or 0xDFE696) is known color: Primrose. HEX triplet: DF, E6 and 96. RGB value is (223,230,150). Sum of RGB (Red+Green+Blue) = 223+230+150=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE696 is #201969. Grayscale: #DBDBDB. Windows color (decimal): -2103658 or 9889503. OLE color: 9889503.

HSL color Cylindrical-coordinate representation of color #DFE696: hue angle of 65.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 #DFE696 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 230 150 -
CMYK 0.03 0 0.35 0.10
HSL 65.25º 0.62% 0.75% -
HSV(B) 65.25º 0.35% 0.9% -
XYZ 64.23 74.48 39.85 -
YUV 218.79 89.18 131 -
System Red Green Blue C M Y K H S L
Decimal 223 230 150 0.03 0 0.35 0.10 65.25 0.62 0.75
Hex DF E6 96 3 0 23 A 41 3E 4B
Octal 337 346 226 3 0 43 12 101 76 113
Binary 11011111 11100110 10010110 11 0 100011 1010 1000001 111110 1001011

Color Harmonies of #DFE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE696

Black with #DFE696

Text Example


Text Example

White with #DFE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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