Html Css Color HEX #DCDBEE Quartz

📋 copy color: '#DCDBEE'

red 220 ◦ green 219 ◦ blue 238

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

Shades of Quartz #DCDBEE

Tints of Quartz #DCDBEE

RGB

 RED value IS 220 (86.33% from 255) = 32.5%

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

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

R = 32.5%
G = 32.35%
B = 35.16%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCDBEE (or 0xDCDBEE) is known color: Quartz. HEX triplet: DC, DB and EE. RGB value is (220,219,238). Sum of RGB (Red+Green+Blue) = 220+219+238=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDBEE is #232411. Grayscale: #DDDDDD. Windows color (decimal): -2302994 or 15653852. OLE color: 15653852.

HSL color Cylindrical-coordinate representation of color #DCDBEE: hue angle of 243.16º 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 #DCDBEE is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 219 238 -
CMYK 0.08 0.08 0 0.07
HSL 243.16º 0.36% 0.9% -
HSV(B) 243.16º 0.08% 0.93% -
XYZ 70.28 72.05 91.09 -
YUV 221.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 220 219 238 0.08 0.08 0 0.07 243.16 0.36 0.9
Hex DC DB EE 8 8 0 7 F3 24 5A
Octal 334 333 356 10 10 0 7 363 44 132
Binary 11011100 11011011 11101110 1000 1000 0 111 11110011 100100 1011010

Color Harmonies of #DCDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDBEE

Black with #DCDBEE

Text Example


Text Example

White with #DCDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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