Html Css Color HEX #DEE68F Primrose

📋 copy color: '#DEE68F'

red 222 ◦ green 230 ◦ blue 143

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

Shades of Primrose #DEE68F

Tints of Primrose #DEE68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 24.03%

R = 37.31%
G = 38.66%
B = 24.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#DEE68F (or 0xDEE68F) is known color: Primrose. HEX triplet: DE, E6 and 8F. RGB value is (222,230,143). Sum of RGB (Red+Green+Blue) = 222+230+143=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 143 (56.25% from 255 or 24.03% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE68F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE68F is #211970. Grayscale: #DADADA. Windows color (decimal): -2169201 or 9430750. OLE color: 9430750.

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

Color convert

RGB 222 230 143 -
CMYK 0.03 0 0.38 0.10
HSL 65.52º 0.64% 0.73% -
HSV(B) 65.52º 0.38% 0.9% -
XYZ 63.38 74.11 36.95 -
YUV 217.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 222 230 143 0.03 0 0.38 0.10 65.52 0.64 0.73
Hex DE E6 8F 3 0 26 A 42 40 49
Octal 336 346 217 3 0 46 12 102 100 111
Binary 11011110 11100110 10001111 11 0 100110 1010 1000010 1000000 1001001

Color Harmonies of #DEE68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE68F

Black with #DEE68F

Text Example


Text Example

White with #DEE68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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