Html Css Color HEX #DCDCFB Quartz

📋 copy color: '#DCDCFB'

red 220 ◦ green 220 ◦ blue 251

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

Shades of Quartz #DCDCFB

Tints of Quartz #DCDCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.32%

R = 31.84%
G = 31.84%
B = 36.32%

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

#DCDCFB (or 0xDCDCFB) is known color: Quartz. HEX triplet: DC, DC and FB. RGB value is (220,220,251). Sum of RGB (Red+Green+Blue) = 220+220+251=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 220 (86.33% from 255 or 31.84% from 691); Blue value is 251 (98.44% from 255 or 36.32% from 691); Max value from RGB is 251 - color contains mainly: blue. Hex color #DCDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCDCFB is #232304. Grayscale: #DFDFDF. Windows color (decimal): -2302725 or 16506076. OLE color: 16506076.

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

Color convert

RGB 220 220 251 -
CMYK 0.12 0.12 0 0.02
HSL 240º 0.79% 0.92% -
HSV(B) 240º 0.12% 0.98% -
XYZ 72.52 73.37 101.61 -
YUV 223.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 220 220 251 0.12 0.12 0 0.02 240 0.79 0.92
Hex DC DC FB C C 0 2 F0 4F 5C
Octal 334 334 373 14 14 0 2 360 117 134
Binary 11011100 11011100 11111011 1100 1100 0 10 11110000 1001111 1011100

Color Harmonies of #DCDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCFB

Black with #DCDCFB

Text Example


Text Example

White with #DCDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCFB; }

 p { color: rgb(220,220,251); }

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

background-color css

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

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

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

border-color css

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

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

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