#C2CFEF

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

Shades of Periwinkle #C2CFEF

Tints of Periwinkle #C2CFEF

Color information

#C2CFEF (or 0xC2CFEF) is unknown color: approx Periwinkle. HEX triplet: C2, CF and EF. RGB value is (194,207,239). Sum of RGB (Red+Green+Blue) = 194+207+239=640 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.31% from 640); Green value is 207 (81.25% from 255 or 32.34% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CFEF is #3D3010. Grayscale: #CECECE. Windows color (decimal): -4010001 or 15716290. OLE color: 15716290.

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

Color convert

RGB194207239-
CMYK0.190.1300.06
HSL222.67º58.44%84.9%-
HSV(B)222.67º18.83%93.73%-
XYZ60.1462.3390.52-
YUV206.76146.19118.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.31%
GREEN value IS 207 (81.25% from 255) = 32.34%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=30.31%
G=32.34%
B=37.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942072390.190.1300.06222.6758.4484.9
HexC2CFEF13D06df3a55
Octal30231735723150633772125
Binary1100001011001111111011111001111010110110111111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFEF; }

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

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

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

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

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

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

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

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