Html Css Color HEX #DEE68B Primrose

📋 copy color: '#DEE68B'

red 222 ◦ green 230 ◦ blue 139

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

Shades of Primrose #DEE68B

Tints of Primrose #DEE68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.52%

R = 37.56%
G = 38.92%
B = 23.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#DEE68B (or 0xDEE68B) is known color: Primrose. HEX triplet: DE, E6 and 8B. RGB value is (222,230,139). Sum of RGB (Red+Green+Blue) = 222+230+139=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE68B is #211974. Grayscale: #D9D9D9. Windows color (decimal): -2169205 or 9168606. OLE color: 9168606.

HSL color Cylindrical-coordinate representation of color #DEE68B: hue angle of 65.27º 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 #DEE68B is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 230 139 -
CMYK 0.03 0 0.40 0.10
HSL 65.27º 0.65% 0.72% -
HSV(B) 65.27º 0.4% 0.9% -
XYZ 63.08 73.99 35.38 -
YUV 217.23 83.85 131.4 -
System Red Green Blue C M Y K H S L
Decimal 222 230 139 0.03 0 0.40 0.10 65.27 0.65 0.72
Hex DE E6 8B 3 0 28 A 41 41 48
Octal 336 346 213 3 0 50 12 101 101 110
Binary 11011110 11100110 10001011 11 0 101000 1010 1000001 1000001 1001000

Color Harmonies of #DEE68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE68B

Black with #DEE68B

Text Example


Text Example

White with #DEE68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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