Html Css Color HEX #D2CCEE Quartz

📋 copy color: '#D2CCEE'

red 210 ◦ green 204 ◦ blue 238

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

Shades of Quartz #D2CCEE

Tints of Quartz #D2CCEE

RGB

 RED value IS 210 (82.42% from 255) = 32.21%

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

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

R = 32.21%
G = 31.29%
B = 36.5%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D2CCEE (or 0xD2CCEE) is known color: Quartz. HEX triplet: D2, CC and EE. RGB value is (210,204,238). Sum of RGB (Red+Green+Blue) = 210+204+238=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2CCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCEE is #2D3311. Grayscale: #D1D1D1. Windows color (decimal): -2962194 or 15650002. OLE color: 15650002.

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

Color convert

RGB 210 204 238 -
CMYK 0.12 0.14 0 0.07
HSL 250.59º 0.5% 0.87% -
HSV(B) 250.59º 0.14% 0.93% -
XYZ 63.6 63.06 89.71 -
YUV 209.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 210 204 238 0.12 0.14 0 0.07 250.59 0.5 0.87
Hex D2 CC EE C E 0 7 FB 32 57
Octal 322 314 356 14 16 0 7 373 62 127
Binary 11010010 11001100 11101110 1100 1110 0 111 11111011 110010 1010111

Color Harmonies of #D2CCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCEE

Black with #D2CCEE

Text Example


Text Example

White with #D2CCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCEE; }

 p { color: rgb(210,204,238); }

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

background-color css

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

 a { background-color: rgb(210,204,238); }

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

border-color css

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

 span { border-color: rgb(210,204,238); }

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