#C3CEF3

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

Shades of Periwinkle #C3CEF3

Tints of Periwinkle #C3CEF3

Color information

#C3CEF3 (or 0xC3CEF3) is unknown color: approx Periwinkle. HEX triplet: C3, CE and F3. RGB value is (195,206,243). Sum of RGB (Red+Green+Blue) = 195+206+243=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 243 (95.31% from 255 or 37.73% from 644); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEF3 is #3C310C. Grayscale: #CECECE. Windows color (decimal): -3944717 or 15978179. OLE color: 15978179.

HSL color Cylindrical-coordinate representation of color #C3CEF3: hue angle of 226.25º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3CEF3 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195206243-
CMYK0.200.1500.05
HSL226.25º66.67%85.88%-
HSV(B)226.25º19.75%95.29%-
XYZ60.7562.2293.6-
YUV206.93148.36119.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.28%
GREEN value IS 206 (80.86% from 255) = 31.99%
BLUE value IS 243 (95.31% from 255) = 37.73%
R=30.28%
G=31.99%
B=37.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952062430.200.1500.05226.2566.6785.88
HexC3CEF314F05e24356
Octal303316363241705342103126
Binary11000011110011101111001110100111101011110001010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEF3; }

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

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

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

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

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

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

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

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