Html Css Color HEX #D4CEED Quartz

📋 copy color: '#D4CEED'

red 212 ◦ green 206 ◦ blue 237

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

Shades of Quartz #D4CEED

Tints of Quartz #D4CEED

RGB

 RED value IS 212 (83.2% from 255) = 32.37%

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

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

R = 32.37%
G = 31.45%
B = 36.18%

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

#D4CEED (or 0xD4CEED) is known color: Quartz. HEX triplet: D4, CE and ED. RGB value is (212,206,237). Sum of RGB (Red+Green+Blue) = 212+206+237=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4CEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEED is #2B3112. Grayscale: #D3D3D3. Windows color (decimal): -2830611 or 15584980. OLE color: 15584980.

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

Color convert

RGB 212 206 237 -
CMYK 0.11 0.13 0 0.07
HSL 251.61º 0.46% 0.87% -
HSV(B) 251.61º 0.13% 0.93% -
XYZ 64.51 64.25 89.12 -
YUV 211.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 212 206 237 0.11 0.13 0 0.07 251.61 0.46 0.87
Hex D4 CE ED B D 0 7 FC 2E 57
Octal 324 316 355 13 15 0 7 374 56 127
Binary 11010100 11001110 11101101 1011 1101 0 111 11111100 101110 1010111

Color Harmonies of #D4CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEED

Black with #D4CEED

Text Example


Text Example

White with #D4CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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