#CDCEED

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

Shades of Quartz #CDCEED

Tints of Quartz #CDCEED

Color information

#CDCEED (or 0xCDCEED) is unknown color: approx Quartz. HEX triplet: CD, CE and ED. RGB value is (205,206,237). Sum of RGB (Red+Green+Blue) = 205+206+237=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCEED is #323112. Grayscale: #D1D1D1. Windows color (decimal): -3289363 or 15584973. OLE color: 15584973.

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

Color convert

RGB205206237-
CMYK0.140.1300.07
HSL238.12º47.06%86.67%-
HSV(B)238.12º13.5%92.94%-
XYZ62.5363.2489.03-
YUV209.24143.67124.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 206 (80.86% from 255) = 31.79%
BLUE value IS 237 (92.97% from 255) = 36.57%
R=31.64%
G=31.79%
B=36.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052062370.140.1300.07238.1247.0686.67
HexCDCEEDED07ee2f57
Octal31531635516150735657127
Binary110011011100111011101101111011010111111011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEED; }

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

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

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

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

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

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

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

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