Html Css Color HEX #DEDAED Quartz

📋 copy color: '#DEDAED'

red 222 ◦ green 218 ◦ blue 237

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

Shades of Quartz #DEDAED

Tints of Quartz #DEDAED

RGB

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

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

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

R = 32.79%
G = 32.2%
B = 35.01%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEDAED (or 0xDEDAED) is known color: Quartz. HEX triplet: DE, DA and ED. RGB value is (222,218,237). Sum of RGB (Red+Green+Blue) = 222+218+237=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAED is #212512. Grayscale: #DDDDDD. Windows color (decimal): -2172179 or 15588062. OLE color: 15588062.

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

Color convert

RGB 222 218 237 -
CMYK 0.06 0.08 0 0.07
HSL 252.63º 0.35% 0.89% -
HSV(B) 252.63º 0.08% 0.93% -
XYZ 70.48 71.79 90.26 -
YUV 221.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 222 218 237 0.06 0.08 0 0.07 252.63 0.35 0.89
Hex DE DA ED 6 8 0 7 FD 23 59
Octal 336 332 355 6 10 0 7 375 43 131
Binary 11011110 11011010 11101101 110 1000 0 111 11111101 100011 1011001

Color Harmonies of #DEDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAED

Black with #DEDAED

Text Example


Text Example

White with #DEDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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