Html Css Color HEX #DCDDEE Quartz

📋 copy color: '#DCDDEE'

red 220 ◦ green 221 ◦ blue 238

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

Shades of Quartz #DCDDEE

Tints of Quartz #DCDDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.55%

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

R = 32.4%
G = 32.55%
B = 35.05%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DCDDEE (or 0xDCDDEE) is known color: Quartz. HEX triplet: DC, DD and EE. RGB value is (220,221,238). Sum of RGB (Red+Green+Blue) = 220+221+238=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 221 (86.72% from 255 or 32.55% 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 #DCDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDDEE is #232211. Grayscale: #DEDEDE. Windows color (decimal): -2302482 or 15654364. OLE color: 15654364.

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

Color convert

RGB 220 221 238 -
CMYK 0.08 0.07 0 0.07
HSL 236.67º 0.35% 0.9% -
HSV(B) 236.67º 0.08% 0.93% -
XYZ 70.8 73.1 91.27 -
YUV 222.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 220 221 238 0.08 0.07 0 0.07 236.67 0.35 0.9
Hex DC DD EE 8 7 0 7 ED 23 5A
Octal 334 335 356 10 7 0 7 355 43 132
Binary 11011100 11011101 11101110 1000 111 0 111 11101101 100011 1011010

Color Harmonies of #DCDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDEE

Black with #DCDDEE

Text Example


Text Example

White with #DCDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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