Html Css Color HEX #DDDFF1 Quartz

📋 copy color: '#DDDFF1'

red 221 ◦ green 223 ◦ blue 241

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

Shades of Quartz #DDDFF1

Tints of Quartz #DDDFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 35.18%

R = 32.26%
G = 32.55%
B = 35.18%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDDFF1 (or 0xDDDFF1) is known color: Quartz. HEX triplet: DD, DF and F1. RGB value is (221,223,241). Sum of RGB (Red+Green+Blue) = 221+223+241=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 223 (87.5% from 255 or 32.55% from 685); Blue value is 241 (94.53% from 255 or 35.18% from 685); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFF1 is #22200E. Grayscale: #E0E0E0. Windows color (decimal): -2236431 or 15851485. OLE color: 15851485.

HSL color Cylindrical-coordinate representation of color #DDDFF1: hue angle of 234º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDDFF1 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 223 241 -
CMYK 0.08 0.07 0 0.05
HSL 234º 0.42% 0.91% -
HSV(B) 234º 0.08% 0.95% -
XYZ 72.08 74.5 93.8 -
YUV 224.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 221 223 241 0.08 0.07 0 0.05 234 0.42 0.91
Hex DD DF F1 8 7 0 5 EA 2A 5B
Octal 335 337 361 10 7 0 5 352 52 133
Binary 11011101 11011111 11110001 1000 111 0 101 11101010 101010 1011011

Color Harmonies of #DDDFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFF1

Black with #DDDFF1

Text Example


Text Example

White with #DDDFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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