#C3CADF

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

Shades of Periwinkle #C3CADF

Tints of Periwinkle #C3CADF

Color information

#C3CADF (or 0xC3CADF) is unknown color: approx Periwinkle. HEX triplet: C3, CA and DF. RGB value is (195,202,223). Sum of RGB (Red+Green+Blue) = 195+202+223=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CADF is #3C3520. Grayscale: #CACACA. Windows color (decimal): -3945761 or 14666435. OLE color: 14666435.

HSL color Cylindrical-coordinate representation of color #C3CADF: hue angle of 225º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3CADF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195202223-
CMYK0.130.0900.13
HSL225º30.43%81.96%-
HSV(B)225º12.56%87.45%-
XYZ56.9559.1778.23-
YUV202.3139.68122.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=31.45%
G=32.58%
B=35.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952022230.130.0900.1322530.4381.96
HexC3CADFD90De11e52
Octal303312337151101534136122
Binary110000111100101011011111110110010110111100001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CADF; }

 p { color: rgb(195,202,223); }

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

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

 a { background-color: rgb(195,202,223); }

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

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

 span { border-color: rgb(195,202,223); }

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