Html Css Color HEX #DEDCED Quartz

📋 copy color: '#DEDCED'

red 222 ◦ green 220 ◦ blue 237

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

Shades of Quartz #DEDCED

Tints of Quartz #DEDCED

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.4%

 BLUE value IS 237 (92.97% from 255) = 34.9%

R = 32.7%
G = 32.4%
B = 34.9%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEDCED (or 0xDEDCED) is known color: Quartz. HEX triplet: DE, DC and ED. RGB value is (222,220,237). Sum of RGB (Red+Green+Blue) = 222+220+237=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDCED is #212312. Grayscale: #DEDEDE. Windows color (decimal): -2171667 or 15588574. OLE color: 15588574.

HSL color Cylindrical-coordinate representation of color #DEDCED: hue angle of 247.06º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEDCED is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 220 237 -
CMYK 0.06 0.07 0 0.07
HSL 247.06º 0.32% 0.9% -
HSV(B) 247.06º 0.07% 0.93% -
XYZ 71 72.83 90.44 -
YUV 222.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 222 220 237 0.06 0.07 0 0.07 247.06 0.32 0.9
Hex DE DC ED 6 7 0 7 F7 20 5A
Octal 336 334 355 6 7 0 7 367 40 132
Binary 11011110 11011100 11101101 110 111 0 111 11110111 100000 1011010

Color Harmonies of #DEDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCED

Black with #DEDCED

Text Example


Text Example

White with #DEDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCED; }

 p { color: rgb(222,220,237); }

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

background-color css

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

 a { background-color: rgb(222,220,237); }

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

border-color css

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

 span { border-color: rgb(222,220,237); }

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