#CCCEE6

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

Shades of Periwinkle #CCCEE6

Tints of Periwinkle #CCCEE6

Color information

#CCCEE6 (or 0xCCCEE6) is unknown color: approx Periwinkle. HEX triplet: CC, CE and E6. RGB value is (204,206,230). Sum of RGB (Red+Green+Blue) = 204+206+230=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEE6 is #333119. Grayscale: #D0D0D0. Windows color (decimal): -3354906 or 15126220. OLE color: 15126220.

HSL color Cylindrical-coordinate representation of color #CCCEE6: hue angle of 235.38º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCCEE6 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204206230-
CMYK0.110.1000.10
HSL235.38º34.21%85.1%-
HSV(B)235.38º11.3%90.2%-
XYZ61.2662.6983.74-
YUV208.14140.34125.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=31.88%
G=32.19%
B=35.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2042062300.110.1000.10235.3834.2185.1
HexCCCEE6BA0Aeb2255
Octal314316346131201235342125
Binary1100110011001110111001101011101001010111010111000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEE6; }

 p { color: rgb(204,206,230); }

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

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

 a { background-color: rgb(204,206,230); }

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

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

 span { border-color: rgb(204,206,230); }

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