Html Css Color HEX #DEE68A Primrose

📋 copy color: '#DEE68A'

red 222 ◦ green 230 ◦ blue 138

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

Shades of Primrose #DEE68A

Tints of Primrose #DEE68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.39%

R = 37.63%
G = 38.98%
B = 23.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#DEE68A (or 0xDEE68A) is known color: Primrose. HEX triplet: DE, E6 and 8A. RGB value is (222,230,138). Sum of RGB (Red+Green+Blue) = 222+230+138=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 138 (54.30% from 255 or 23.39% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE68A is #211975. Grayscale: #D9D9D9. Windows color (decimal): -2169206 or 9103070. OLE color: 9103070.

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

Color convert

RGB 222 230 138 -
CMYK 0.03 0 0.4 0.10
HSL 65.22º 0.65% 0.72% -
HSV(B) 65.22º 0.4% 0.9% -
XYZ 63.01 73.96 35 -
YUV 217.12 83.35 131.48 -
System Red Green Blue C M Y K H S L
Decimal 222 230 138 0.03 0 0.4 0.10 65.22 0.65 0.72
Hex DE E6 8A 3 0 28 A 41 41 48
Octal 336 346 212 3 0 50 12 101 101 110
Binary 11011110 11100110 10001010 11 0 101000 1010 1000001 1000001 1001000

Color Harmonies of #DEE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE68A

Black with #DEE68A

Text Example


Text Example

White with #DEE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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