#C3CEF0

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

Shades of Periwinkle #C3CEF0

Tints of Periwinkle #C3CEF0

Color information

#C3CEF0 (or 0xC3CEF0) is unknown color: approx Periwinkle. HEX triplet: C3, CE and F0. RGB value is (195,206,240). Sum of RGB (Red+Green+Blue) = 195+206+240=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 240 (94.14% from 255 or 37.44% from 641); Max value from RGB is 240 - color contains mainly: blue. Hex color #C3CEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEF0 is #3C310F. Grayscale: #CECECE. Windows color (decimal): -3944720 or 15781571. OLE color: 15781571.

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

Color convert

RGB195206240-
CMYK0.190.1400.06
HSL225.33º60%85.29%-
HSV(B)225.33º18.75%94.12%-
XYZ60.3162.0491.23-
YUV206.59146.86119.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.42%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 240 (94.14% from 255) = 37.44%
R=30.42%
G=32.14%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952062400.190.1400.06225.336085.29
HexC3CEF013E06e13c55
Octal30331636023160634174125
Binary1100001111001110111100001001111100110111000011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEF0; }

 p { color: rgb(195,206,240); }

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

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

 a { background-color: rgb(195,206,240); }

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

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

 span { border-color: rgb(195,206,240); }

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