#C7CCEF

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

Shades of Periwinkle #C7CCEF

Tints of Periwinkle #C7CCEF

Color information

#C7CCEF (or 0xC7CCEF) is unknown color: approx Periwinkle. HEX triplet: C7, CC and EF. RGB value is (199,204,239). Sum of RGB (Red+Green+Blue) = 199+204+239=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CCEF is #383310. Grayscale: #CECECE. Windows color (decimal): -3683089 or 15715527. OLE color: 15715527.

HSL color Cylindrical-coordinate representation of color #C7CCEF: hue angle of 232.5º degrees, saturation: 0.56, 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 #C7CCEF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199204239-
CMYK0.170.1500.06
HSL232.5º55.56%85.88%-
HSV(B)232.5º16.74%93.73%-
XYZ60.7361.5690.34-
YUV206.5146.34122.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 204 (80.08% from 255) = 31.78%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=31.00%
G=31.78%
B=37.23%

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
Decimal1992042390.170.1500.06232.555.5685.88
HexC7CCEF11F06e83856
Octal30731435721170635070126
Binary1100011111001100111011111000111110110111010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCEF; }

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

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

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

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

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

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

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

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