Html Css Color HEX #DEE693 Primrose

📋 copy color: '#DEE693'

red 222 ◦ green 230 ◦ blue 147

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

Shades of Primrose #DEE693

Tints of Primrose #DEE693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.54%

R = 37.06%
G = 38.4%
B = 24.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#DEE693 (or 0xDEE693) is known color: Primrose. HEX triplet: DE, E6 and 93. RGB value is (222,230,147). Sum of RGB (Red+Green+Blue) = 222+230+147=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE693 is #21196C. Grayscale: #DADADA. Windows color (decimal): -2169197 or 9692894. OLE color: 9692894.

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

Color convert

RGB 222 230 147 -
CMYK 0.03 0 0.36 0.10
HSL 65.78º 0.62% 0.74% -
HSV(B) 65.78º 0.36% 0.9% -
XYZ 63.69 74.23 38.57 -
YUV 218.15 87.85 130.75 -
System Red Green Blue C M Y K H S L
Decimal 222 230 147 0.03 0 0.36 0.10 65.78 0.62 0.74
Hex DE E6 93 3 0 24 A 42 3E 4A
Octal 336 346 223 3 0 44 12 102 76 112
Binary 11011110 11100110 10010011 11 0 100100 1010 1000010 111110 1001010

Color Harmonies of #DEE693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE693

Black with #DEE693

Text Example


Text Example

White with #DEE693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE693; }

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

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

background-color css

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

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

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

border-color css

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

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

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