#C3D3EF

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

Shades of Periwinkle #C3D3EF

Tints of Periwinkle #C3D3EF

Color information

#C3D3EF (or 0xC3D3EF) is unknown color: approx Periwinkle. HEX triplet: C3, D3 and EF. RGB value is (195,211,239). Sum of RGB (Red+Green+Blue) = 195+211+239=645 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.23% from 645); Green value is 211 (82.81% from 255 or 32.71% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D3EF is #3C2C10. Grayscale: #D1D1D1. Windows color (decimal): -3943441 or 15717315. OLE color: 15717315.

HSL color Cylindrical-coordinate representation of color #C3D3EF: hue angle of 218.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3D3EF is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB195211239-
CMYK0.180.1200.06
HSL218.18º57.89%85.1%-
HSV(B)218.18º18.41%93.73%-
XYZ61.3864.4290.86-
YUV209.41144.7117.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.23%
GREEN value IS 211 (82.81% from 255) = 32.71%
BLUE value IS 239 (93.75% from 255) = 37.05%
R=30.23%
G=32.71%
B=37.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1952112390.180.1200.06218.1857.8985.1
HexC3D3EF12C06da3a55
Octal30332335722140633272125
Binary1100001111010011111011111001011000110110110101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D3EF; }

 p { color: rgb(195,211,239); }

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

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

 a { background-color: rgb(195,211,239); }

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

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

 span { border-color: rgb(195,211,239); }

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