Html Css Color HEX #DADF9D Primrose

📋 copy color: '#DADF9D'

red 218 ◦ green 223 ◦ blue 157

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

Shades of Primrose #DADF9D

Tints of Primrose #DADF9D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.29%

 BLUE value IS 157 (61.72% from 255) = 26.25%

R = 36.45%
G = 37.29%
B = 26.25%

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

#DADF9D (or 0xDADF9D) is known color: Primrose. HEX triplet: DA, DF and 9D. RGB value is (218,223,157). Sum of RGB (Red+Green+Blue) = 218+223+157=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADF9D is #252062. Grayscale: #D6D6D6. Windows color (decimal): -2433123 or 10346458. OLE color: 10346458.

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

Color convert

RGB 218 223 157 -
CMYK 0.02 0 0.30 0.13
HSL 64.55º 0.51% 0.75% -
HSV(B) 64.55º 0.3% 0.87% -
XYZ 61.39 70.12 42.2 -
YUV 213.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 218 223 157 0.02 0 0.30 0.13 64.55 0.51 0.75
Hex DA DF 9D 2 0 1E D 41 33 4B
Octal 332 337 235 2 0 36 15 101 63 113
Binary 11011010 11011111 10011101 10 0 11110 1101 1000001 110011 1001011

Color Harmonies of #DADF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADF9D

Black with #DADF9D

Text Example


Text Example

White with #DADF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADF9D; }

 p { color: rgb(218,223,157); }

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

background-color css

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

 a { background-color: rgb(218,223,157); }

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

border-color css

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

 span { border-color: rgb(218,223,157); }

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