Html Css Color HEX #D3CEED Quartz

📋 copy color: '#D3CEED'

red 211 ◦ green 206 ◦ blue 237

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

Shades of Quartz #D3CEED

Tints of Quartz #D3CEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 32.26%
G = 31.5%
B = 36.24%

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

#D3CEED (or 0xD3CEED) is known color: Quartz. HEX triplet: D3, CE and ED. RGB value is (211,206,237). Sum of RGB (Red+Green+Blue) = 211+206+237=654 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.26% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CEED is #2C3112. Grayscale: #D2D2D2. Windows color (decimal): -2896147 or 15584979. OLE color: 15584979.

HSL color Cylindrical-coordinate representation of color #D3CEED: hue angle of 249.68º degrees, saturation: 0.46, 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 #D3CEED is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 206 237 -
CMYK 0.11 0.13 0 0.07
HSL 249.68º 0.46% 0.87% -
HSV(B) 249.68º 0.13% 0.93% -
XYZ 64.22 64.11 89.11 -
YUV 211.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 211 206 237 0.11 0.13 0 0.07 249.68 0.46 0.87
Hex D3 CE ED B D 0 7 FA 2E 57
Octal 323 316 355 13 15 0 7 372 56 127
Binary 11010011 11001110 11101101 1011 1101 0 111 11111010 101110 1010111

Color Harmonies of #D3CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CEED

Black with #D3CEED

Text Example


Text Example

White with #D3CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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