#C2CFF5

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

Shades of Periwinkle #C2CFF5

Tints of Periwinkle #C2CFF5

Color information

#C2CFF5 (or 0xC2CFF5) is unknown color: approx Periwinkle. HEX triplet: C2, CF and F5. RGB value is (194,207,245). Sum of RGB (Red+Green+Blue) = 194+207+245=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2CFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFF5 is #3D300A. Grayscale: #CFCFCF. Windows color (decimal): -4009995 or 16109506. OLE color: 16109506.

HSL color Cylindrical-coordinate representation of color #C2CFF5: hue angle of 224.71º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CFF5 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194207245-
CMYK0.210.1600.04
HSL224.71º71.83%86.08%-
HSV(B)224.71º20.82%96.08%-
XYZ61.0462.6995.27-
YUV207.44149.19118.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.03%
GREEN value IS 207 (81.25% from 255) = 32.04%
BLUE value IS 245 (96.09% from 255) = 37.93%
R=30.03%
G=32.04%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942072450.210.1600.04224.7171.8386.08
HexC2CFF5151004e14856
Octal302317365252004341110126
Binary110000101100111111110101101011000001001110000110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFF5; }

 p { color: rgb(194,207,245); }

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

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

 a { background-color: rgb(194,207,245); }

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

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

 span { border-color: rgb(194,207,245); }

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