#C7CFEF

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

Shades of Periwinkle #C7CFEF

Tints of Periwinkle #C7CFEF

Color information

#C7CFEF (or 0xC7CFEF) is unknown color: approx Periwinkle. HEX triplet: C7, CF and EF. RGB value is (199,207,239). Sum of RGB (Red+Green+Blue) = 199+207+239=645 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.85% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFEF is #383010. Grayscale: #D0D0D0. Windows color (decimal): -3682321 or 15716295. OLE color: 15716295.

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

Color convert

RGB199207239-
CMYK0.170.1300.06
HSL228º55.56%85.88%-
HSV(B)228º16.74%93.73%-
XYZ61.456390.58-
YUV208.26145.35121.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.85%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=30.85%
G=32.09%
B=37.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992072390.170.1300.0622855.5685.88
HexC7CFEF11D06e43856
Octal30731735721150634470126
Binary1100011111001111111011111000111010110111001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFEF; }

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

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

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

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

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

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

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

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