Html Css Color HEX #DEE288 Primrose

📋 copy color: '#DEE288'

red 222 ◦ green 226 ◦ blue 136

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

Shades of Primrose #DEE288

Tints of Primrose #DEE288

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.7%

 BLUE value IS 136 (53.52% from 255) = 23.29%

R = 38.01%
G = 38.7%
B = 23.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#DEE288 (or 0xDEE288) is known color: Primrose. HEX triplet: DE, E2 and 88. RGB value is (222,226,136). Sum of RGB (Red+Green+Blue) = 222+226+136=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE288 is #211D77. Grayscale: #D6D6D6. Windows color (decimal): -2170232 or 8970974. OLE color: 8970974.

HSL color Cylindrical-coordinate representation of color #DEE288: hue angle of 62.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE288 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 136 -
CMYK 0.02 0 0.40 0.11
HSL 62.67º 0.61% 0.71% -
HSV(B) 62.67º 0.4% 0.89% -
XYZ 61.76 71.7 33.88 -
YUV 214.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 222 226 136 0.02 0 0.40 0.11 62.67 0.61 0.71
Hex DE E2 88 2 0 28 B 3F 3D 47
Octal 336 342 210 2 0 50 13 77 75 107
Binary 11011110 11100010 10001000 10 0 101000 1011 111111 111101 1000111

Color Harmonies of #DEE288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE288

Black with #DEE288

Text Example


Text Example

White with #DEE288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE288; }

 p { color: rgb(222,226,136); }

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

background-color css

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

 a { background-color: rgb(222,226,136); }

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

border-color css

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

 span { border-color: rgb(222,226,136); }

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