Html Css Color HEX #DDE694 Primrose

📋 copy color: '#DDE694'

red 221 ◦ green 230 ◦ blue 148

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

Shades of Primrose #DDE694

Tints of Primrose #DDE694

RGB

 RED value IS 221 (86.72% from 255) = 36.89%

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

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

R = 36.89%
G = 38.4%
B = 24.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DDE694 (or 0xDDE694) is known color: Primrose. HEX triplet: DD, E6 and 94. RGB value is (221,230,148). Sum of RGB (Red+Green+Blue) = 221+230+148=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE694 is #22196B. Grayscale: #DADADA. Windows color (decimal): -2234732 or 9758429. OLE color: 9758429.

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

Color convert

RGB 221 230 148 -
CMYK 0.04 0 0.36 0.10
HSL 66.59º 0.62% 0.74% -
HSV(B) 66.59º 0.36% 0.9% -
XYZ 63.46 74.1 38.98 -
YUV 217.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 221 230 148 0.04 0 0.36 0.10 66.59 0.62 0.74
Hex DD E6 94 4 0 24 A 43 3E 4A
Octal 335 346 224 4 0 44 12 103 76 112
Binary 11011101 11100110 10010100 100 0 100100 1010 1000011 111110 1001010

Color Harmonies of #DDE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE694

Black with #DDE694

Text Example


Text Example

White with #DDE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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