Html Css Color HEX #DDE695 Primrose

📋 copy color: '#DDE695'

red 221 ◦ green 230 ◦ blue 149

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

Shades of Primrose #DDE695

Tints of Primrose #DDE695

RGB

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

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

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

R = 36.83%
G = 38.33%
B = 24.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DDE695 (or 0xDDE695) is known color: Primrose. HEX triplet: DD, E6 and 95. RGB value is (221,230,149). Sum of RGB (Red+Green+Blue) = 221+230+149=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE695 is #22196A. Grayscale: #DADADA. Windows color (decimal): -2234731 or 9823965. OLE color: 9823965.

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

Color convert

RGB 221 230 149 -
CMYK 0.04 0 0.35 0.10
HSL 66.67º 0.62% 0.74% -
HSV(B) 66.67º 0.35% 0.9% -
XYZ 63.54 74.14 39.39 -
YUV 218.08 89.02 130.09 -
System Red Green Blue C M Y K H S L
Decimal 221 230 149 0.04 0 0.35 0.10 66.67 0.62 0.74
Hex DD E6 95 4 0 23 A 43 3E 4A
Octal 335 346 225 4 0 43 12 103 76 112
Binary 11011101 11100110 10010101 100 0 100011 1010 1000011 111110 1001010

Color Harmonies of #DDE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE695

Black with #DDE695

Text Example


Text Example

White with #DDE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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