Html Css Color HEX #DDDFFA Quartz

📋 copy color: '#DDDFFA'

red 221 ◦ green 223 ◦ blue 250

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

Shades of Quartz #DDDFFA

Tints of Quartz #DDDFFA

RGB

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

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

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

R = 31.84%
G = 32.13%
B = 36.02%

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

#DDDFFA (or 0xDDDFFA) is known color: Quartz. HEX triplet: DD, DF and FA. RGB value is (221,223,250). Sum of RGB (Red+Green+Blue) = 221+223+250=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 250 (98.05% from 255 or 36.02% from 694); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDFFA is #222005. Grayscale: #E1E1E1. Windows color (decimal): -2236422 or 16441309. OLE color: 16441309.

HSL color Cylindrical-coordinate representation of color #DDDFFA: hue angle of 235.86º 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 #DDDFFA is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 223 250 -
CMYK 0.12 0.11 0 0.02
HSL 235.86º 0.74% 0.92% -
HSV(B) 235.86º 0.12% 0.98% -
XYZ 73.46 75.05 101.06 -
YUV 225.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 221 223 250 0.12 0.11 0 0.02 235.86 0.74 0.92
Hex DD DF FA C B 0 2 EC 4A 5C
Octal 335 337 372 14 13 0 2 354 112 134
Binary 11011101 11011111 11111010 1100 1011 0 10 11101100 1001010 1011100

Color Harmonies of #DDDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDFFA

Black with #DDDFFA

Text Example


Text Example

White with #DDDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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