Html Css Color HEX #DDE885 Primrose

📋 copy color: '#DDE885'

red 221 ◦ green 232 ◦ blue 133

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

Shades of Primrose #DDE885

Tints of Primrose #DDE885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.59%

 BLUE value IS 133 (52.34% from 255) = 22.7%

R = 37.71%
G = 39.59%
B = 22.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#DDE885 (or 0xDDE885) is known color: Primrose. HEX triplet: DD, E8 and 85. RGB value is (221,232,133). Sum of RGB (Red+Green+Blue) = 221+232+133=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE885 is #22177A. Grayscale: #D9D9D9. Windows color (decimal): -2234235 or 8775901. OLE color: 8775901.

HSL color Cylindrical-coordinate representation of color #DDE885: hue angle of 66.67º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDE885 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 221 232 133 -
CMYK 0.05 0 0.43 0.09
HSL 66.67º 0.68% 0.72% -
HSV(B) 66.67º 0.43% 0.91% -
XYZ 62.91 74.78 33.31 -
YUV 217.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 221 232 133 0.05 0 0.43 0.09 66.67 0.68 0.72
Hex DD E8 85 5 0 2B 9 43 44 48
Octal 335 350 205 5 0 53 11 103 104 110
Binary 11011101 11101000 10000101 101 0 101011 1001 1000011 1000100 1001000

Color Harmonies of #DDE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE885

Black with #DDE885

Text Example


Text Example

White with #DDE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE885; }

 p { color: rgb(221,232,133); }

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

background-color css

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

 a { background-color: rgb(221,232,133); }

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

border-color css

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

 span { border-color: rgb(221,232,133); }

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