Html Css Color HEX #DEE08F Primrose

📋 copy color: '#DEE08F'

red 222 ◦ green 224 ◦ blue 143

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

Shades of Primrose #DEE08F

Tints of Primrose #DEE08F

RGB

 RED value IS 222 (87.11% from 255) = 37.69%

 GREEN value IS 224 (87.89% from 255) = 38.03%

 BLUE value IS 143 (56.25% from 255) = 24.28%

R = 37.69%
G = 38.03%
B = 24.28%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DEE08F (or 0xDEE08F) is known color: Primrose. HEX triplet: DE, E0 and 8F. RGB value is (222,224,143). Sum of RGB (Red+Green+Blue) = 222+224+143=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE08F is #211F70. Grayscale: #D6D6D6. Windows color (decimal): -2170737 or 9429214. OLE color: 9429214.

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

Color convert

RGB 222 224 143 -
CMYK 0.01 0 0.36 0.12
HSL 61.48º 0.57% 0.72% -
HSV(B) 61.48º 0.36% 0.88% -
XYZ 61.74 70.82 36.4 -
YUV 214.17 87.84 133.59 -
System Red Green Blue C M Y K H S L
Decimal 222 224 143 0.01 0 0.36 0.12 61.48 0.57 0.72
Hex DE E0 8F 1 0 24 C 3D 39 48
Octal 336 340 217 1 0 44 14 75 71 110
Binary 11011110 11100000 10001111 1 0 100100 1100 111101 111001 1001000

Color Harmonies of #DEE08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE08F

Black with #DEE08F

Text Example


Text Example

White with #DEE08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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