Html Css Color HEX #CED0EC Quartz

📋 copy color: '#CED0EC'

red 206 ◦ green 208 ◦ blue 236

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

Shades of Quartz #CED0EC

Tints of Quartz #CED0EC

RGB

 RED value IS 206 (80.86% from 255) = 31.69%

 GREEN value IS 208 (81.64% from 255) = 32%

 BLUE value IS 236 (92.58% from 255) = 36.31%

R = 31.69%
G = 32%
B = 36.31%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CED0EC (or 0xCED0EC) is known color: Quartz. HEX triplet: CE, D0 and EC. RGB value is (206,208,236). Sum of RGB (Red+Green+Blue) = 206+208+236=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #CED0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED0EC is #312F13. Grayscale: #D2D2D2. Windows color (decimal): -3223316 or 15519950. OLE color: 15519950.

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

Color convert

RGB 206 208 236 -
CMYK 0.13 0.12 0 0.07
HSL 236º 0.44% 0.87% -
HSV(B) 236º 0.13% 0.93% -
XYZ 63.15 64.29 88.44 -
YUV 210.59 142.34 124.72 -
System Red Green Blue C M Y K H S L
Decimal 206 208 236 0.13 0.12 0 0.07 236 0.44 0.87
Hex CE D0 EC D C 0 7 EC 2C 57
Octal 316 320 354 15 14 0 7 354 54 127
Binary 11001110 11010000 11101100 1101 1100 0 111 11101100 101100 1010111

Color Harmonies of #CED0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED0EC

Black with #CED0EC

Text Example


Text Example

White with #CED0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED0EC; }

 p { color: rgb(206,208,236); }

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

background-color css

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

 a { background-color: rgb(206,208,236); }

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

border-color css

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

 span { border-color: rgb(206,208,236); }

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