#CCCDE9

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

Shades of Quartz #CCCDE9

Tints of Quartz #CCCDE9

Color information

#CCCDE9 (or 0xCCCDE9) is unknown color: approx Quartz. HEX triplet: CC, CD and E9. RGB value is (204,205,233). Sum of RGB (Red+Green+Blue) = 204+205+233=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDE9 is #333216. Grayscale: #CFCFCF. Windows color (decimal): -3355159 or 15322572. OLE color: 15322572.

HSL color Cylindrical-coordinate representation of color #CCCDE9: hue angle of 237.93º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCCDE9 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204205233-
CMYK0.120.1200.09
HSL237.93º39.73%85.69%-
HSV(B)237.93º12.45%91.37%-
XYZ61.4462.3885.89-
YUV207.89142.17125.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=31.78%
G=31.93%
B=36.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042052330.120.1200.09237.9339.7385.69
HexCCCDE9CC09ee2856
Octal314315351141401135650126
Binary1100110011001101111010011100110001001111011101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDE9; }

 p { color: rgb(204,205,233); }

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

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

 a { background-color: rgb(204,205,233); }

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

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

 span { border-color: rgb(204,205,233); }

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