Html Css Color HEX #DADE9B Primrose

📋 copy color: '#DADE9B'

red 218 ◦ green 222 ◦ blue 155

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

Shades of Primrose #DADE9B

Tints of Primrose #DADE9B

RGB

 RED value IS 218 (85.55% from 255) = 36.64%

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

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

R = 36.64%
G = 37.31%
B = 26.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DADE9B (or 0xDADE9B) is known color: Primrose. HEX triplet: DA, DE and 9B. RGB value is (218,222,155). Sum of RGB (Red+Green+Blue) = 218+222+155=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE9B is #252164. Grayscale: #D5D5D5. Windows color (decimal): -2433381 or 10215130. OLE color: 10215130.

HSL color Cylindrical-coordinate representation of color #DADE9B: hue angle of 63.58º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADE9B is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 222 155 -
CMYK 0.02 0 0.30 0.13
HSL 63.58º 0.5% 0.74% -
HSV(B) 63.58º 0.3% 0.87% -
XYZ 60.95 69.51 41.22 -
YUV 213.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 218 222 155 0.02 0 0.30 0.13 63.58 0.5 0.74
Hex DA DE 9B 2 0 1E D 40 32 4A
Octal 332 336 233 2 0 36 15 100 62 112
Binary 11011010 11011110 10011011 10 0 11110 1101 1000000 110010 1001010

Color Harmonies of #DADE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADE9B

Black with #DADE9B

Text Example


Text Example

White with #DADE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADE9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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