#CCCDE7

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

Shades of Quartz #CCCDE7

Tints of Quartz #CCCDE7

Color information

#CCCDE7 (or 0xCCCDE7) is unknown color: approx Quartz. HEX triplet: CC, CD and E7. RGB value is (204,205,231). Sum of RGB (Red+Green+Blue) = 204+205+231=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDE7 is #333218. Grayscale: #CFCFCF. Windows color (decimal): -3355161 or 15191500. OLE color: 15191500.

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

Color convert

RGB204205231-
CMYK0.120.1100.09
HSL237.78º36%85.29%-
HSV(B)237.78º11.69%90.59%-
XYZ61.1662.2784.4-
YUV207.66141.17125.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 205 (80.47% from 255) = 32.03%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=31.88%
G=32.03%
B=36.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042052310.120.1100.09237.783685.29
HexCCCDE7CB09ee2455
Octal314315347141301135644125
Binary1100110011001101111001111100101101001111011101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDE7; }

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

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

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

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

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

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

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

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