Html Css Color HEX #DDDCFA Quartz

📋 copy color: '#DDDCFA'

red 221 ◦ green 220 ◦ blue 250

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

Shades of Quartz #DDDCFA

Tints of Quartz #DDDCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.84%

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

R = 31.98%
G = 31.84%
B = 36.18%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DDDCFA (or 0xDDDCFA) is known color: Quartz. HEX triplet: DD, DC and FA. RGB value is (221,220,250). Sum of RGB (Red+Green+Blue) = 221+220+250=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 250 (98.05% from 255 or 36.18% from 691); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCFA is #222305. Grayscale: #DFDFDF. Windows color (decimal): -2237190 or 16440541. OLE color: 16440541.

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

Color convert

RGB 221 220 250 -
CMYK 0.12 0.12 0 0.02
HSL 242º 0.75% 0.92% -
HSV(B) 242º 0.12% 0.98% -
XYZ 72.67 73.46 100.79 -
YUV 223.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 221 220 250 0.12 0.12 0 0.02 242 0.75 0.92
Hex DD DC FA C C 0 2 F2 4B 5C
Octal 335 334 372 14 14 0 2 362 113 134
Binary 11011101 11011100 11111010 1100 1100 0 10 11110010 1001011 1011100

Color Harmonies of #DDDCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCFA

Black with #DDDCFA

Text Example


Text Example

White with #DDDCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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