#C2CDF7

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

Shades of Periwinkle #C2CDF7

Tints of Periwinkle #C2CDF7

Color information

#C2CDF7 (or 0xC2CDF7) is unknown color: approx Periwinkle. HEX triplet: C2, CD and F7. RGB value is (194,205,247). Sum of RGB (Red+Green+Blue) = 194+205+247=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #C2CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDF7 is #3D3208. Grayscale: #CECECE. Windows color (decimal): -4010505 or 16240066. OLE color: 16240066.

HSL color Cylindrical-coordinate representation of color #C2CDF7: hue angle of 227.55º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2CDF7 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB194205247-
CMYK0.210.1700.03
HSL227.55º76.81%86.47%-
HSV(B)227.55º21.46%96.86%-
XYZ60.8761.8596.73-
YUV206.5150.86119.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.03%
GREEN value IS 205 (80.47% from 255) = 31.73%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=30.03%
G=31.73%
B=38.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1942052470.210.1700.03227.5576.8186.47
HexC2CDF7151103e44d56
Octal302315367252103344115126
Binary11000010110011011111011110101100010111110010010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDF7; }

 p { color: rgb(194,205,247); }

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

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

 a { background-color: rgb(194,205,247); }

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

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

 span { border-color: rgb(194,205,247); }

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