Html Css Color HEX #DFE695 Primrose

📋 copy color: '#DFE695'

red 223 ◦ green 230 ◦ blue 149

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

Shades of Primrose #DFE695

Tints of Primrose #DFE695

RGB

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

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

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

R = 37.04%
G = 38.21%
B = 24.75%

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

#DFE695 (or 0xDFE695) is known color: Primrose. HEX triplet: DF, E6 and 95. RGB value is (223,230,149). Sum of RGB (Red+Green+Blue) = 223+230+149=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE695 is #20196A. Grayscale: #DADADA. Windows color (decimal): -2103659 or 9823967. OLE color: 9823967.

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

Color convert

RGB 223 230 149 -
CMYK 0.03 0 0.35 0.10
HSL 65.19º 0.62% 0.74% -
HSV(B) 65.19º 0.35% 0.9% -
XYZ 64.15 74.45 39.42 -
YUV 218.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 223 230 149 0.03 0 0.35 0.10 65.19 0.62 0.74
Hex DF E6 95 3 0 23 A 41 3E 4A
Octal 337 346 225 3 0 43 12 101 76 112
Binary 11011111 11100110 10010101 11 0 100011 1010 1000001 111110 1001010

Color Harmonies of #DFE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE695

Black with #DFE695

Text Example


Text Example

White with #DFE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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