Html Css Color HEX #DEDAD4 Merino

📋 copy color: '#DEDAD4'

red 222 ◦ green 218 ◦ blue 212

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

Shades of Merino #DEDAD4

Tints of Merino #DEDAD4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.44%

 BLUE value IS 212 (83.2% from 255) = 32.52%

R = 34.05%
G = 33.44%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DEDAD4 (or 0xDEDAD4) is known color: Merino. HEX triplet: DE, DA and D4. RGB value is (222,218,212). Sum of RGB (Red+Green+Blue) = 222+218+212=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDAD4 is #21252B. Grayscale: #DADADA. Windows color (decimal): -2172204 or 13949662. OLE color: 13949662.

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

Color convert

RGB 222 218 212 -
CMYK 0 0.02 0.05 0.13
HSL 36º 0.13% 0.85% -
HSV(B) 36º 0.05% 0.87% -
XYZ 67.08 70.43 72.35 -
YUV 218.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 222 218 212 0 0.02 0.05 0.13 36 0.13 0.85
Hex DE DA D4 0 2 5 D 24 D 55
Octal 336 332 324 0 2 5 15 44 15 125
Binary 11011110 11011010 11010100 0 10 101 1101 100100 1101 1010101

Color Harmonies of #DEDAD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAD4

Black with #DEDAD4

Text Example


Text Example

White with #DEDAD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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