#C3CADD

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

Shades of Periwinkle #C3CADD

Tints of Periwinkle #C3CADD

Color information

#C3CADD (or 0xC3CADD) is unknown color: approx Periwinkle. HEX triplet: C3, CA and DD. RGB value is (195,202,221). Sum of RGB (Red+Green+Blue) = 195+202+221=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CADD is #3C3522. Grayscale: #C9C9C9. Windows color (decimal): -3945763 or 14535363. OLE color: 14535363.

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

Color convert

RGB195202221-
CMYK0.120.0900.13
HSL223.85º27.66%81.57%-
HSV(B)223.85º11.76%86.67%-
XYZ56.6859.0676.82-
YUV202.07138.68122.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 202 (79.30% from 255) = 32.69%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=31.55%
G=32.69%
B=35.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952022210.120.0900.13223.8527.6681.57
HexC3CADDC90De01c52
Octal303312335141101534034122
Binary110000111100101011011101110010010110111100000111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CADD; }

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

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

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

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

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

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

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

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