Html Css Color HEX #D1CCEA Quartz

📋 copy color: '#D1CCEA'

red 209 ◦ green 204 ◦ blue 234

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

Shades of Quartz #D1CCEA

Tints of Quartz #D1CCEA

RGB

 RED value IS 209 (82.03% from 255) = 32.3%

 GREEN value IS 204 (80.08% from 255) = 31.53%

 BLUE value IS 234 (91.8% from 255) = 36.17%

R = 32.3%
G = 31.53%
B = 36.17%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1CCEA (or 0xD1CCEA) is known color: Quartz. HEX triplet: D1, CC and EA. RGB value is (209,204,234). Sum of RGB (Red+Green+Blue) = 209+204+234=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 204 (80.08% from 255 or 31.53% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCEA is #2E3315. Grayscale: #D0D0D0. Windows color (decimal): -3027734 or 15387857. OLE color: 15387857.

HSL color Cylindrical-coordinate representation of color #D1CCEA: hue angle of 250º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1CCEA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 204 234 -
CMYK 0.11 0.13 0 0.08
HSL 250º 0.42% 0.86% -
HSV(B) 250º 0.13% 0.92% -
XYZ 62.74 62.68 86.63 -
YUV 208.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 209 204 234 0.11 0.13 0 0.08 250 0.42 0.86
Hex D1 CC EA B D 0 8 FA 2A 56
Octal 321 314 352 13 15 0 10 372 52 126
Binary 11010001 11001100 11101010 1011 1101 0 1000 11111010 101010 1010110

Color Harmonies of #D1CCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCEA

Black with #D1CCEA

Text Example


Text Example

White with #D1CCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCEA; }

 p { color: rgb(209,204,234); }

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

background-color css

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

 a { background-color: rgb(209,204,234); }

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

border-color css

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

 span { border-color: rgb(209,204,234); }

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