#DCDE8F

Color #DCDE8F Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DCDE8F

Tints of Primrose #DCDE8F

Color information

#DCDE8F (or 0xDCDE8F) is unknown color: approx Primrose. HEX triplet: DC, DE and 8F. RGB value is (220,222,143). Sum of RGB (Red+Green+Blue) = 220+222+143=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 143 (56.25% from 255 or 24.44% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDE8F is #232170. Grayscale: #D4D4D4. Windows color (decimal): -2302321 or 9428700. OLE color: 9428700.

HSL color Cylindrical-coordinate representation of color #DCDE8F: hue angle of 61.52º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCDE8F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB220222143-
CMYK0.0100.360.13
HSL61.52º54.48%71.57%-
HSV(B)61.52º35.59%87.06%-
XYZ60.5969.4436.2-
YUV212.488.84133.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 143 (56.25% from 255) = 24.44%
R=37.61%
G=37.95%
B=24.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221430.0100.360.1361.5254.4871.57
HexDCDE8F1024D3e3648
Octal3343362171044157666110
Binary1101110011011110100011111010010011011111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDE8F; }

 p { color: rgb(220,222,143); }

 H1.HeaderClassName
 {
   color: #DCDE8F;
 }
 .AnyTagClassName
 {
   color: #DCDE8F;
 }
</style>
background-color css

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

 a { background-color: rgb(220,222,143); }

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

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

 span { border-color: rgb(220,222,143); }

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