#C7CFEE

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

Shades of Periwinkle #C7CFEE

Tints of Periwinkle #C7CFEE

Color information

#C7CFEE (or 0xC7CFEE) is unknown color: approx Periwinkle. HEX triplet: C7, CF and EE. RGB value is (199,207,238). Sum of RGB (Red+Green+Blue) = 199+207+238=644 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.90% from 644); Green value is 207 (81.25% from 255 or 32.14% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7CFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFEE is #383011. Grayscale: #D0D0D0. Windows color (decimal): -3682322 or 15650759. OLE color: 15650759.

HSL color Cylindrical-coordinate representation of color #C7CFEE: hue angle of 227.69º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7CFEE is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199207238-
CMYK0.160.1300.07
HSL227.69º53.42%85.69%-
HSV(B)227.69º16.39%93.33%-
XYZ61.362.9489.81-
YUV208.14144.85121.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.90%
GREEN value IS 207 (81.25% from 255) = 32.14%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=30.90%
G=32.14%
B=36.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992072380.160.1300.07227.6953.4285.69
HexC7CFEE10D07e43556
Octal30731735620150734465126
Binary1100011111001111111011101000011010111111001001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFEE; }

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

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

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

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

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

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

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

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