Html Css Color HEX #DDDEF1 Quartz

📋 copy color: '#DDDEF1'

red 221 ◦ green 222 ◦ blue 241

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

Shades of Quartz #DDDEF1

Tints of Quartz #DDDEF1

RGB

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

 GREEN value IS 222 (87.11% from 255) = 32.46%

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

R = 32.31%
G = 32.46%
B = 35.23%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDDEF1 (or 0xDDDEF1) is known color: Quartz. HEX triplet: DD, DE and F1. RGB value is (221,222,241). Sum of RGB (Red+Green+Blue) = 221+222+241=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEF1 is #22210E. Grayscale: #DFDFDF. Windows color (decimal): -2236687 or 15851229. OLE color: 15851229.

HSL color Cylindrical-coordinate representation of color #DDDEF1: hue angle of 237º 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 #DDDEF1 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 222 241 -
CMYK 0.08 0.08 0 0.05
HSL 237º 0.42% 0.91% -
HSV(B) 237º 0.08% 0.95% -
XYZ 71.82 73.97 93.71 -
YUV 223.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 221 222 241 0.08 0.08 0 0.05 237 0.42 0.91
Hex DD DE F1 8 8 0 5 ED 2A 5B
Octal 335 336 361 10 10 0 5 355 52 133
Binary 11011101 11011110 11110001 1000 1000 0 101 11101101 101010 1011011

Color Harmonies of #DDDEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEF1

Black with #DDDEF1

Text Example


Text Example

White with #DDDEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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