#C3D1ED

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

Shades of Periwinkle #C3D1ED

Tints of Periwinkle #C3D1ED

Color information

#C3D1ED (or 0xC3D1ED) is unknown color: approx Periwinkle. HEX triplet: C3, D1 and ED. RGB value is (195,209,237). Sum of RGB (Red+Green+Blue) = 195+209+237=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 209 (82.03% from 255 or 32.61% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3D1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D1ED is #3C2E12. Grayscale: #CFCFCF. Windows color (decimal): -3943955 or 15585731. OLE color: 15585731.

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

Color convert

RGB195209237-
CMYK0.180.1200.07
HSL220º53.85%84.71%-
HSV(B)220º17.72%92.94%-
XYZ60.5963.3289.15-
YUV208.01144.36118.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.42%
GREEN value IS 209 (82.03% from 255) = 32.61%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=30.42%
G=32.61%
B=36.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952092370.180.1200.0722053.8584.71
HexC3D1ED12C07dc3655
Octal30332135522140733466125
Binary1100001111010001111011011001011000111110111001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D1ED; }

 p { color: rgb(195,209,237); }

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

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

 a { background-color: rgb(195,209,237); }

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

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

 span { border-color: rgb(195,209,237); }

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