#CED1ED

Color #CED1ED Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #CED1ED

Tints of Quartz #CED1ED

Color information

#CED1ED (or 0xCED1ED) is unknown color: approx Quartz. HEX triplet: CE, D1 and ED. RGB value is (206,209,237). Sum of RGB (Red+Green+Blue) = 206+209+237=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #CED1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1ED is #312E12. Grayscale: #D3D3D3. Windows color (decimal): -3223059 or 15585742. OLE color: 15585742.

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

Color convert

RGB206209237-
CMYK0.130.1200.07
HSL234.19º46.27%86.86%-
HSV(B)234.19º13.08%92.94%-
XYZ63.5464.8489.29-
YUV211.3142.51124.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 209 (82.03% from 255) = 32.06%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=31.60%
G=32.06%
B=36.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062092370.130.1200.07234.1946.2786.86
HexCED1EDDC07ea2e57
Octal31632135515140735256127
Binary110011101101000111101101110111000111111010101011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1ED; }

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

 H1.HeaderClassName
 {
   color: #CED1ED;
 }
 .AnyTagClassName
 {
   color: #CED1ED;
 }
</style>
background-color css

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

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

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

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

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

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