Html Css Color HEX #D3CEEE Quartz

📋 copy color: '#D3CEEE'

red 211 ◦ green 206 ◦ blue 238

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

Shades of Quartz #D3CEEE

Tints of Quartz #D3CEEE

RGB

 RED value IS 211 (82.81% from 255) = 32.21%

 GREEN value IS 206 (80.86% from 255) = 31.45%

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 32.21%
G = 31.45%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D3CEEE (or 0xD3CEEE) is known color: Quartz. HEX triplet: D3, CE and EE. RGB value is (211,206,238). Sum of RGB (Red+Green+Blue) = 211+206+238=655 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.21% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEEE is #2C3111. Grayscale: #D3D3D3. Windows color (decimal): -2896146 or 15650515. OLE color: 15650515.

HSL color Cylindrical-coordinate representation of color #D3CEEE: hue angle of 249.38º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D3CEEE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 206 238 -
CMYK 0.11 0.13 0 0.07
HSL 249.38º 0.48% 0.87% -
HSV(B) 249.38º 0.13% 0.93% -
XYZ 64.37 64.16 89.88 -
YUV 211.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 211 206 238 0.11 0.13 0 0.07 249.38 0.48 0.87
Hex D3 CE EE B D 0 7 F9 30 57
Octal 323 316 356 13 15 0 7 371 60 127
Binary 11010011 11001110 11101110 1011 1101 0 111 11111001 110000 1010111

Color Harmonies of #D3CEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CEEE

Black with #D3CEEE

Text Example


Text Example

White with #D3CEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CEEE; }

 p { color: rgb(211,206,238); }

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

background-color css

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

 a { background-color: rgb(211,206,238); }

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

border-color css

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

 span { border-color: rgb(211,206,238); }

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