#CDCEE6

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

Shades of Quartz #CDCEE6

Tints of Quartz #CDCEE6

Color information

#CDCEE6 (or 0xCDCEE6) is unknown color: approx Quartz. HEX triplet: CD, CE and E6. RGB value is (205,206,230). Sum of RGB (Red+Green+Blue) = 205+206+230=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEE6 is #323119. Grayscale: #D0D0D0. Windows color (decimal): -3289370 or 15126221. OLE color: 15126221.

HSL color Cylindrical-coordinate representation of color #CDCEE6: hue angle of 237.6º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDCEE6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205206230-
CMYK0.110.1000.10
HSL237.6º33.33%85.29%-
HSV(B)237.6º10.87%90.2%-
XYZ61.5362.8383.75-
YUV208.44140.17125.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=31.98%
G=32.14%
B=35.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052062300.110.1000.10237.633.3385.29
HexCDCEE6BA0Aee2155
Octal315316346131201235641125
Binary1100110111001110111001101011101001010111011101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEE6; }

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

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

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

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

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

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

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

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