#C2CBF0

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

Shades of Periwinkle #C2CBF0

Tints of Periwinkle #C2CBF0

Color information

#C2CBF0 (or 0xC2CBF0) is unknown color: approx Periwinkle. HEX triplet: C2, CB and F0. RGB value is (194,203,240). Sum of RGB (Red+Green+Blue) = 194+203+240=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2CBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CBF0 is #3D340F. Grayscale: #CCCCCC. Windows color (decimal): -4011024 or 15780802. OLE color: 15780802.

HSL color Cylindrical-coordinate representation of color #C2CBF0: hue angle of 228.26º degrees, saturation: 0.61, 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 #C2CBF0 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194203240-
CMYK0.190.1500.06
HSL228.26º60.53%85.1%-
HSV(B)228.26º19.17%94.12%-
XYZ59.3360.4790.98-
YUV204.53148.02120.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.46%
GREEN value IS 203 (79.69% from 255) = 31.87%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=30.46%
G=31.87%
B=37.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1942032400.190.1500.06228.2660.5385.1
HexC2CBF013F06e43d55
Octal30231336023170634475125
Binary1100001011001011111100001001111110110111001001111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CBF0; }

 p { color: rgb(194,203,240); }

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

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

 a { background-color: rgb(194,203,240); }

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

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

 span { border-color: rgb(194,203,240); }

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