Html Css Color HEX #DDDCF2 Quartz

📋 copy color: '#DDDCF2'

red 221 ◦ green 220 ◦ blue 242

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

Shades of Quartz #DDDCF2

Tints of Quartz #DDDCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.43%

R = 32.36%
G = 32.21%
B = 35.43%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DDDCF2 (or 0xDDDCF2) is known color: Quartz. HEX triplet: DD, DC and F2. RGB value is (221,220,242). Sum of RGB (Red+Green+Blue) = 221+220+242=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 220 (86.33% from 255 or 32.21% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDDCF2 is #22230D. Grayscale: #DEDEDE. Windows color (decimal): -2237198 or 15916253. OLE color: 15916253.

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

Color convert

RGB 221 220 242 -
CMYK 0.09 0.09 0 0.05
HSL 242.73º 0.46% 0.91% -
HSV(B) 242.73º 0.09% 0.95% -
XYZ 71.44 72.97 94.32 -
YUV 222.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 221 220 242 0.09 0.09 0 0.05 242.73 0.46 0.91
Hex DD DC F2 9 9 0 5 F3 2E 5B
Octal 335 334 362 11 11 0 5 363 56 133
Binary 11011101 11011100 11110010 1001 1001 0 101 11110011 101110 1011011

Color Harmonies of #DDDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCF2

Black with #DDDCF2

Text Example


Text Example

White with #DDDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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