Html Css Color HEX #DEDBEE Quartz

📋 copy color: '#DEDBEE'

red 222 ◦ green 219 ◦ blue 238

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

Shades of Quartz #DEDBEE

Tints of Quartz #DEDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.25%

 BLUE value IS 238 (93.36% from 255) = 35.05%

R = 32.7%
G = 32.25%
B = 35.05%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DEDBEE (or 0xDEDBEE) is known color: Quartz. HEX triplet: DE, DB and EE. RGB value is (222,219,238). Sum of RGB (Red+Green+Blue) = 222+219+238=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBEE is #212411. Grayscale: #DDDDDD. Windows color (decimal): -2171922 or 15653854. OLE color: 15653854.

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

Color convert

RGB 222 219 238 -
CMYK 0.07 0.08 0 0.07
HSL 249.47º 0.36% 0.9% -
HSV(B) 249.47º 0.08% 0.93% -
XYZ 70.89 72.37 91.12 -
YUV 222.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 222 219 238 0.07 0.08 0 0.07 249.47 0.36 0.9
Hex DE DB EE 7 8 0 7 F9 24 5A
Octal 336 333 356 7 10 0 7 371 44 132
Binary 11011110 11011011 11101110 111 1000 0 111 11111001 100100 1011010

Color Harmonies of #DEDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBEE

Black with #DEDBEE

Text Example


Text Example

White with #DEDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBEE; }

 p { color: rgb(222,219,238); }

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

background-color css

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

 a { background-color: rgb(222,219,238); }

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

border-color css

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

 span { border-color: rgb(222,219,238); }

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