#C7CCF0

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

Shades of Periwinkle #C7CCF0

Tints of Periwinkle #C7CCF0

Color information

#C7CCF0 (or 0xC7CCF0) is unknown color: approx Periwinkle. HEX triplet: C7, CC and F0. RGB value is (199,204,240). Sum of RGB (Red+Green+Blue) = 199+204+240=643 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.95% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CCF0 is #38330F. Grayscale: #CECECE. Windows color (decimal): -3683088 or 15781063. OLE color: 15781063.

HSL color Cylindrical-coordinate representation of color #C7CCF0: hue angle of 232.68º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7CCF0 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199204240-
CMYK0.170.1500.06
HSL232.68º57.75%86.08%-
HSV(B)232.68º17.08%94.12%-
XYZ60.8761.6291.12-
YUV206.61146.84122.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.95%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=30.95%
G=31.73%
B=37.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992042400.170.1500.06232.6857.7586.08
HexC7CCF011F06e93a56
Octal30731436021170635172126
Binary1100011111001100111100001000111110110111010011110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCF0; }

 p { color: rgb(199,204,240); }

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

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

 a { background-color: rgb(199,204,240); }

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

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

 span { border-color: rgb(199,204,240); }

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