#CCCEE7

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

Shades of Periwinkle #CCCEE7

Tints of Periwinkle #CCCEE7

Color information

#CCCEE7 (or 0xCCCEE7) is unknown color: approx Periwinkle. HEX triplet: CC, CE and E7. RGB value is (204,206,231). Sum of RGB (Red+Green+Blue) = 204+206+231=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 231 (90.62% from 255 or 36.04% from 641); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEE7 is #333118. Grayscale: #D0D0D0. Windows color (decimal): -3354905 or 15191756. OLE color: 15191756.

HSL color Cylindrical-coordinate representation of color #CCCEE7: hue angle of 235.56º 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 #CCCEE7 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204206231-
CMYK0.120.1100.09
HSL235.56º36%85.29%-
HSV(B)235.56º11.69%90.59%-
XYZ61.462.7584.48-
YUV208.25140.84124.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 231 (90.62% from 255) = 36.04%
R=31.83%
G=32.14%
B=36.04%

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
Decimal2042062310.120.1100.09235.563685.29
HexCCCEE7CB09ec2455
Octal314316347141301135444125
Binary1100110011001110111001111100101101001111011001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEE7; }

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

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

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

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

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

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

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

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