#C3CEE8

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

Shades of Periwinkle #C3CEE8

Tints of Periwinkle #C3CEE8

Color information

#C3CEE8 (or 0xC3CEE8) is unknown color: approx Periwinkle. HEX triplet: C3, CE and E8. RGB value is (195,206,232). Sum of RGB (Red+Green+Blue) = 195+206+232=633 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.81% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3CEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CEE8 is #3C3117. Grayscale: #CDCDCD. Windows color (decimal): -3944728 or 15257283. OLE color: 15257283.

HSL color Cylindrical-coordinate representation of color #C3CEE8: hue angle of 222.16º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3CEE8 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB195206232-
CMYK0.160.1100.09
HSL222.16º44.58%83.73%-
HSV(B)222.16º15.95%90.98%-
XYZ59.1461.5785.11-
YUV205.68142.86120.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.81%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 232 (91.02% from 255) = 36.65%
R=30.81%
G=32.54%
B=36.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1952062320.160.1100.09222.1644.5883.73
HexC3CEE810B09de2d54
Octal303316350201301133655124
Binary11000011110011101110100010000101101001110111101011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CEE8; }

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

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

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

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

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

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

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

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