Html Css Color HEX #DEE698 Primrose

📋 copy color: '#DEE698'

red 222 ◦ green 230 ◦ blue 152

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

Shades of Primrose #DEE698

Tints of Primrose #DEE698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.17%

R = 36.75%
G = 38.08%
B = 25.17%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#DEE698 (or 0xDEE698) is known color: Primrose. HEX triplet: DE, E6 and 98. RGB value is (222,230,152). Sum of RGB (Red+Green+Blue) = 222+230+152=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE698 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE698 is #211967. Grayscale: #DBDBDB. Windows color (decimal): -2169192 or 10020574. OLE color: 10020574.

HSL color Cylindrical-coordinate representation of color #DEE698: hue angle of 66.15º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEE698 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 230 152 -
CMYK 0.03 0 0.34 0.10
HSL 66.15º 0.61% 0.75% -
HSV(B) 66.15º 0.34% 0.9% -
XYZ 64.09 74.39 40.69 -
YUV 218.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 222 230 152 0.03 0 0.34 0.10 66.15 0.61 0.75
Hex DE E6 98 3 0 22 A 42 3D 4B
Octal 336 346 230 3 0 42 12 102 75 113
Binary 11011110 11100110 10011000 11 0 100010 1010 1000010 111101 1001011

Color Harmonies of #DEE698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE698

Black with #DEE698

Text Example


Text Example

White with #DEE698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE698; }

 p { color: rgb(222,230,152); }

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

background-color css

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

 a { background-color: rgb(222,230,152); }

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

border-color css

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

 span { border-color: rgb(222,230,152); }

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