Html Css Color HEX #DEDAEB Quartz

📋 copy color: '#DEDAEB'

red 222 ◦ green 218 ◦ blue 235

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

Shades of Quartz #DEDAEB

Tints of Quartz #DEDAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.81%

R = 32.89%
G = 32.3%
B = 34.81%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DEDAEB (or 0xDEDAEB) is known color: Quartz. HEX triplet: DE, DA and EB. RGB value is (222,218,235). Sum of RGB (Red+Green+Blue) = 222+218+235=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 235 (92.19% from 255 or 34.81% from 675); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAEB is #212514. Grayscale: #DDDDDD. Windows color (decimal): -2172181 or 15456990. OLE color: 15456990.

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

Color convert

RGB 222 218 235 -
CMYK 0.06 0.07 0 0.08
HSL 254.12º 0.3% 0.89% -
HSV(B) 254.12º 0.07% 0.92% -
XYZ 70.19 71.67 88.73 -
YUV 221.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 222 218 235 0.06 0.07 0 0.08 254.12 0.3 0.89
Hex DE DA EB 6 7 0 8 FE 1E 59
Octal 336 332 353 6 7 0 10 376 36 131
Binary 11011110 11011010 11101011 110 111 0 1000 11111110 11110 1011001

Color Harmonies of #DEDAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAEB

Black with #DEDAEB

Text Example


Text Example

White with #DEDAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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