Html Css Color HEX #DDDBEC Quartz

📋 copy color: '#DDDBEC'

red 221 ◦ green 219 ◦ blue 236

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

Shades of Quartz #DDDBEC

Tints of Quartz #DDDBEC

RGB

 RED value IS 221 (86.72% from 255) = 32.69%

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

 BLUE value IS 236 (92.58% from 255) = 34.91%

R = 32.69%
G = 32.4%
B = 34.91%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DDDBEC (or 0xDDDBEC) is known color: Quartz. HEX triplet: DD, DB and EC. RGB value is (221,219,236). Sum of RGB (Red+Green+Blue) = 221+219+236=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBEC is #222413. Grayscale: #DDDDDD. Windows color (decimal): -2237460 or 15522781. OLE color: 15522781.

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

Color convert

RGB 221 219 236 -
CMYK 0.06 0.07 0 0.07
HSL 247.06º 0.31% 0.89% -
HSV(B) 247.06º 0.07% 0.93% -
XYZ 70.29 72.09 89.57 -
YUV 221.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 221 219 236 0.06 0.07 0 0.07 247.06 0.31 0.89
Hex DD DB EC 6 7 0 7 F7 1F 59
Octal 335 333 354 6 7 0 7 367 37 131
Binary 11011101 11011011 11101100 110 111 0 111 11110111 11111 1011001

Color Harmonies of #DDDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBEC

Black with #DDDBEC

Text Example


Text Example

White with #DDDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBEC; }

 p { color: rgb(221,219,236); }

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

background-color css

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

 a { background-color: rgb(221,219,236); }

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

border-color css

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

 span { border-color: rgb(221,219,236); }

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