Html Css Color HEX #DEDBE7 Quartz

📋 copy color: '#DEDBE7'

red 222 ◦ green 219 ◦ blue 231

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

Shades of Quartz #DEDBE7

Tints of Quartz #DEDBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.38%

R = 33.04%
G = 32.59%
B = 34.38%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DEDBE7 (or 0xDEDBE7) is known color: Quartz. HEX triplet: DE, DB and E7. RGB value is (222,219,231). Sum of RGB (Red+Green+Blue) = 222+219+231=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 219 (85.94% from 255 or 32.59% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDBE7 is #212418. Grayscale: #DDDDDD. Windows color (decimal): -2171929 or 15195102. OLE color: 15195102.

HSL color Cylindrical-coordinate representation of color #DEDBE7: hue angle of 255º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEDBE7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 219 231 -
CMYK 0.04 0.05 0 0.09
HSL 255º 0.2% 0.88% -
HSV(B) 255º 0.05% 0.91% -
XYZ 69.88 71.96 85.81 -
YUV 221.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 222 219 231 0.04 0.05 0 0.09 255 0.2 0.88
Hex DE DB E7 4 5 0 9 FF 14 58
Octal 336 333 347 4 5 0 11 377 24 130
Binary 11011110 11011011 11100111 100 101 0 1001 11111111 10100 1011000

Color Harmonies of #DEDBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDBE7

Black with #DEDBE7

Text Example


Text Example

White with #DEDBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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