#CDCEEB

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

Shades of Quartz #CDCEEB

Tints of Quartz #CDCEEB

Color information

#CDCEEB (or 0xCDCEEB) is unknown color: approx Quartz. HEX triplet: CD, CE and EB. RGB value is (205,206,235). Sum of RGB (Red+Green+Blue) = 205+206+235=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEEB is #323114. Grayscale: #D0D0D0. Windows color (decimal): -3289365 or 15453901. OLE color: 15453901.

HSL color Cylindrical-coordinate representation of color #CDCEEB: hue angle of 238º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDCEEB is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205206235-
CMYK0.130.1200.08
HSL238º42.86%86.27%-
HSV(B)238º12.77%92.16%-
XYZ62.2463.1287.5-
YUV209.01142.67125.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 206 (80.86% from 255) = 31.89%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=31.73%
G=31.89%
B=36.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052062350.130.1200.0823842.8686.27
HexCDCEEBDC08ee2b56
Octal315316353151401035653126
Binary1100110111001110111010111101110001000111011101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEEB; }

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

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

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

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

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

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

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

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