Html Css Color HEX #DEE696 Primrose

📋 copy color: '#DEE696'

red 222 ◦ green 230 ◦ blue 150

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

Shades of Primrose #DEE696

Tints of Primrose #DEE696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.92%

R = 36.88%
G = 38.21%
B = 24.92%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DEE696 (or 0xDEE696) is known color: Primrose. HEX triplet: DE, E6 and 96. RGB value is (222,230,150). Sum of RGB (Red+Green+Blue) = 222+230+150=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE696 is #211969. Grayscale: #DADADA. Windows color (decimal): -2169194 or 9889502. OLE color: 9889502.

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

Color convert

RGB 222 230 150 -
CMYK 0.03 0 0.35 0.10
HSL 66º 0.62% 0.75% -
HSV(B) 66º 0.35% 0.9% -
XYZ 63.93 74.33 39.83 -
YUV 218.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 222 230 150 0.03 0 0.35 0.10 66 0.62 0.75
Hex DE E6 96 3 0 23 A 42 3E 4B
Octal 336 346 226 3 0 43 12 102 76 113
Binary 11011110 11100110 10010110 11 0 100011 1010 1000010 111110 1001011

Color Harmonies of #DEE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE696

Black with #DEE696

Text Example


Text Example

White with #DEE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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