Html Css Color HEX #DDDFF5 Quartz

📋 copy color: '#DDDFF5'

red 221 ◦ green 223 ◦ blue 245

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

Shades of Quartz #DDDFF5

Tints of Quartz #DDDFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.37%

 BLUE value IS 245 (96.09% from 255) = 35.56%

R = 32.08%
G = 32.37%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DDDFF5 (or 0xDDDFF5) is known color: Quartz. HEX triplet: DD, DF and F5. RGB value is (221,223,245). Sum of RGB (Red+Green+Blue) = 221+223+245=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 223 (87.5% from 255 or 32.37% from 689); Blue value is 245 (96.09% from 255 or 35.56% from 689); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF5 is #22200A. Grayscale: #E0E0E0. Windows color (decimal): -2236427 or 16113629. OLE color: 16113629.

HSL color Cylindrical-coordinate representation of color #DDDFF5: hue angle of 235º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDDFF5 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 223 245 -
CMYK 0.10 0.09 0 0.04
HSL 235º 0.55% 0.91% -
HSV(B) 235º 0.1% 0.96% -
XYZ 72.69 74.74 96.98 -
YUV 224.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 221 223 245 0.10 0.09 0 0.04 235 0.55 0.91
Hex DD DF F5 A 9 0 4 EB 37 5B
Octal 335 337 365 12 11 0 4 353 67 133
Binary 11011101 11011111 11110101 1010 1001 0 100 11101011 110111 1011011

Color Harmonies of #DDDFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFF5

Black with #DDDFF5

Text Example


Text Example

White with #DDDFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFF5; }

 p { color: rgb(221,223,245); }

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

background-color css

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

 a { background-color: rgb(221,223,245); }

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

border-color css

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

 span { border-color: rgb(221,223,245); }

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