Html Css Color HEX #DDDBED Quartz

📋 copy color: '#DDDBED'

red 221 ◦ green 219 ◦ blue 237

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

Shades of Quartz #DDDBED

Tints of Quartz #DDDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 32.64%
G = 32.35%
B = 35.01%

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

#DDDBED (or 0xDDDBED) is known color: Quartz. HEX triplet: DD, DB and ED. RGB value is (221,219,237). Sum of RGB (Red+Green+Blue) = 221+219+237=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDBED is #222412. Grayscale: #DDDDDD. Windows color (decimal): -2237459 or 15588317. OLE color: 15588317.

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

Color convert

RGB 221 219 237 -
CMYK 0.07 0.08 0 0.07
HSL 246.67º 0.33% 0.89% -
HSV(B) 246.67º 0.08% 0.93% -
XYZ 70.44 72.15 90.33 -
YUV 221.65 136.66 127.54 -
System Red Green Blue C M Y K H S L
Decimal 221 219 237 0.07 0.08 0 0.07 246.67 0.33 0.89
Hex DD DB ED 7 8 0 7 F7 21 59
Octal 335 333 355 7 10 0 7 367 41 131
Binary 11011101 11011011 11101101 111 1000 0 111 11110111 100001 1011001

Color Harmonies of #DDDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBED

Black with #DDDBED

Text Example


Text Example

White with #DDDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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