#C2CCF0

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

Shades of Periwinkle #C2CCF0

Tints of Periwinkle #C2CCF0

Color information

#C2CCF0 (or 0xC2CCF0) is unknown color: approx Periwinkle. HEX triplet: C2, CC and F0. RGB value is (194,204,240). Sum of RGB (Red+Green+Blue) = 194+204+240=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2CCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CCF0 is #3D330F. Grayscale: #CCCCCC. Windows color (decimal): -4010768 or 15781058. OLE color: 15781058.

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

Color convert

RGB194204240-
CMYK0.190.1500.06
HSL226.96º60.53%85.1%-
HSV(B)226.96º19.17%94.12%-
XYZ59.5760.9591.06-
YUV205.11147.69120.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.41%
GREEN value IS 204 (80.08% from 255) = 31.97%
BLUE value IS 240 (94.14% from 255) = 37.62%
R=30.41%
G=31.97%
B=37.62%

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
Decimal1942042400.190.1500.06226.9660.5385.1
HexC2CCF013F06e33d55
Octal30231436023170634375125
Binary1100001011001100111100001001111110110111000111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CCF0; }

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

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

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

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

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

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

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

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