#CCCFEE

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

Shades of Quartz #CCCFEE

Tints of Quartz #CCCFEE

Color information

#CCCFEE (or 0xCCCFEE) is unknown color: approx Quartz. HEX triplet: CC, CF and EE. RGB value is (204,207,238). Sum of RGB (Red+Green+Blue) = 204+207+238=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 238 (93.36% from 255 or 36.67% from 649); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEE is #333011. Grayscale: #D1D1D1. Windows color (decimal): -3354642 or 15650764. OLE color: 15650764.

HSL color Cylindrical-coordinate representation of color #CCCFEE: hue angle of 234.71º degrees, saturation: 0.5, 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 #CCCFEE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204207238-
CMYK0.140.1300.07
HSL234.71º50%86.67%-
HSV(B)234.71º14.29%93.33%-
XYZ62.6563.6489.87-
YUV209.64144.01123.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 238 (93.36% from 255) = 36.67%
R=31.43%
G=31.90%
B=36.67%

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
Decimal2042072380.140.1300.07234.715086.67
HexCCCFEEED07eb3257
Octal31431735616150735362127
Binary110011001100111111101110111011010111111010111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFEE; }

 p { color: rgb(204,207,238); }

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

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

 a { background-color: rgb(204,207,238); }

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

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

 span { border-color: rgb(204,207,238); }

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