Html Css Color HEX #DEDAEF Quartz

📋 copy color: '#DEDAEF'

red 222 ◦ green 218 ◦ blue 239

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

Shades of Quartz #DEDAEF

Tints of Quartz #DEDAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.2%

R = 32.7%
G = 32.11%
B = 35.2%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DEDAEF (or 0xDEDAEF) is known color: Quartz. HEX triplet: DE, DA and EF. RGB value is (222,218,239). Sum of RGB (Red+Green+Blue) = 222+218+239=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAEF is #212510. Grayscale: #DDDDDD. Windows color (decimal): -2172177 or 15719134. OLE color: 15719134.

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

Color convert

RGB 222 218 239 -
CMYK 0.07 0.09 0 0.06
HSL 251.43º 0.4% 0.9% -
HSV(B) 251.43º 0.09% 0.94% -
XYZ 70.78 71.9 91.81 -
YUV 221.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 222 218 239 0.07 0.09 0 0.06 251.43 0.4 0.9
Hex DE DA EF 7 9 0 6 FB 28 5A
Octal 336 332 357 7 11 0 6 373 50 132
Binary 11011110 11011010 11101111 111 1001 0 110 11111011 101000 1011010

Color Harmonies of #DEDAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDAEF

Black with #DEDAEF

Text Example


Text Example

White with #DEDAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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