Html Css Color HEX #D2CDEE Quartz

📋 copy color: '#D2CDEE'

red 210 ◦ green 205 ◦ blue 238

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

Shades of Quartz #D2CDEE

Tints of Quartz #D2CDEE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.39%

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

R = 32.16%
G = 31.39%
B = 36.45%

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

#D2CDEE (or 0xD2CDEE) is known color: Quartz. HEX triplet: D2, CD and EE. RGB value is (210,205,238). Sum of RGB (Red+Green+Blue) = 210+205+238=653 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.16% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #D2CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDEE is #2D3211. Grayscale: #D2D2D2. Windows color (decimal): -2961938 or 15650258. OLE color: 15650258.

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

Color convert

RGB 210 205 238 -
CMYK 0.12 0.14 0 0.07
HSL 249.09º 0.49% 0.87% -
HSV(B) 249.09º 0.14% 0.93% -
XYZ 63.84 63.54 89.79 -
YUV 210.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 210 205 238 0.12 0.14 0 0.07 249.09 0.49 0.87
Hex D2 CD EE C E 0 7 F9 31 57
Octal 322 315 356 14 16 0 7 371 61 127
Binary 11010010 11001101 11101110 1100 1110 0 111 11111001 110001 1010111

Color Harmonies of #D2CDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDEE

Black with #D2CDEE

Text Example


Text Example

White with #D2CDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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