Html Css Color HEX #DFE694 Primrose

📋 copy color: '#DFE694'

red 223 ◦ green 230 ◦ blue 148

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

Shades of Primrose #DFE694

Tints of Primrose #DFE694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.63%

R = 37.1%
G = 38.27%
B = 24.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DFE694 (or 0xDFE694) is known color: Primrose. HEX triplet: DF, E6 and 94. RGB value is (223,230,148). Sum of RGB (Red+Green+Blue) = 223+230+148=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE694 is #20196B. Grayscale: #DADADA. Windows color (decimal): -2103660 or 9758431. OLE color: 9758431.

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

Color convert

RGB 223 230 148 -
CMYK 0.03 0 0.36 0.10
HSL 65.12º 0.62% 0.74% -
HSV(B) 65.12º 0.36% 0.9% -
XYZ 64.07 74.42 39 -
YUV 218.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 223 230 148 0.03 0 0.36 0.10 65.12 0.62 0.74
Hex DF E6 94 3 0 24 A 41 3E 4A
Octal 337 346 224 3 0 44 12 101 76 112
Binary 11011111 11100110 10010100 11 0 100100 1010 1000001 111110 1001010

Color Harmonies of #DFE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE694

Black with #DFE694

Text Example


Text Example

White with #DFE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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