#CDCEEC

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

Shades of Quartz #CDCEEC

Tints of Quartz #CDCEEC

Color information

#CDCEEC (or 0xCDCEEC) is unknown color: approx Quartz. HEX triplet: CD, CE and EC. RGB value is (205,206,236). Sum of RGB (Red+Green+Blue) = 205+206+236=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEEC is #323113. Grayscale: #D1D1D1. Windows color (decimal): -3289364 or 15519437. OLE color: 15519437.

HSL color Cylindrical-coordinate representation of color #CDCEEC: hue angle of 238.06º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDCEEC is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205206236-
CMYK0.130.1300.07
HSL238.06º44.93%86.47%-
HSV(B)238.06º13.14%92.55%-
XYZ62.3963.1888.26-
YUV209.12143.17125.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=31.68%
G=31.84%
B=36.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052062360.130.1300.07238.0644.9386.47
HexCDCEECDD07ee2d56
Octal31531635415150735655126
Binary110011011100111011101100110111010111111011101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEEC; }

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

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

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

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

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

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

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

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