Html Css Color HEX #DDDEFA Quartz

📋 copy color: '#DDDEFA'

red 221 ◦ green 222 ◦ blue 250

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

Shades of Quartz #DDDEFA

Tints of Quartz #DDDEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.08%

R = 31.89%
G = 32.03%
B = 36.08%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDDEFA (or 0xDDDEFA) is known color: Quartz. HEX triplet: DD, DE and FA. RGB value is (221,222,250). Sum of RGB (Red+Green+Blue) = 221+222+250=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 250 (98.05% from 255 or 36.08% from 693); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDEFA is #222105. Grayscale: #E0E0E0. Windows color (decimal): -2236678 or 16441053. OLE color: 16441053.

HSL color Cylindrical-coordinate representation of color #DDDEFA: hue angle of 237.93º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDDEFA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 222 250 -
CMYK 0.12 0.11 0 0.02
HSL 237.93º 0.74% 0.92% -
HSV(B) 237.93º 0.12% 0.98% -
XYZ 73.2 74.52 100.97 -
YUV 224.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 221 222 250 0.12 0.11 0 0.02 237.93 0.74 0.92
Hex DD DE FA C B 0 2 EE 4A 5C
Octal 335 336 372 14 13 0 2 356 112 134
Binary 11011101 11011110 11111010 1100 1011 0 10 11101110 1001010 1011100

Color Harmonies of #DDDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDEFA

Black with #DDDEFA

Text Example


Text Example

White with #DDDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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