Html Css Color HEX #DEE69B Primrose

📋 copy color: '#DEE69B'

red 222 ◦ green 230 ◦ blue 155

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

Shades of Primrose #DEE69B

Tints of Primrose #DEE69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.54%

R = 36.57%
G = 37.89%
B = 25.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#DEE69B (or 0xDEE69B) is known color: Primrose. HEX triplet: DE, E6 and 9B. RGB value is (222,230,155). Sum of RGB (Red+Green+Blue) = 222+230+155=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE69B is #211964. Grayscale: #DBDBDB. Windows color (decimal): -2169189 or 10217182. OLE color: 10217182.

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

Color convert

RGB 222 230 155 -
CMYK 0.03 0 0.33 0.10
HSL 66.4º 0.6% 0.75% -
HSV(B) 66.4º 0.33% 0.9% -
XYZ 64.34 74.49 42 -
YUV 219.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 222 230 155 0.03 0 0.33 0.10 66.4 0.6 0.75
Hex DE E6 9B 3 0 21 A 42 3C 4B
Octal 336 346 233 3 0 41 12 102 74 113
Binary 11011110 11100110 10011011 11 0 100001 1010 1000010 111100 1001011

Color Harmonies of #DEE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE69B

Black with #DEE69B

Text Example


Text Example

White with #DEE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE69B; }

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

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

background-color css

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

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

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

border-color css

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

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

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