#C7C9DA

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

Shades of Periwinkle #C7C9DA

Tints of Periwinkle #C7C9DA

Color information

#C7C9DA (or 0xC7C9DA) is unknown color: approx Periwinkle. HEX triplet: C7, C9 and DA. RGB value is (199,201,218). Sum of RGB (Red+Green+Blue) = 199+201+218=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C9DA is #383625. Grayscale: #CACACA. Windows color (decimal): -3683878 or 14338503. OLE color: 14338503.

HSL color Cylindrical-coordinate representation of color #C7C9DA: hue angle of 233.68º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7C9DA is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199201218-
CMYK0.090.0800.15
HSL233.68º20.43%81.76%-
HSV(B)233.68º8.72%85.49%-
XYZ57.0958.9874.7-
YUV202.34136.84125.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.20%
GREEN value IS 201 (78.91% from 255) = 32.52%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=32.20%
G=32.52%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992012180.090.0800.15233.6820.4381.76
HexC7C9DA980Fea1452
Octal307311332111001735224122
Binary110001111100100111011010100110000111111101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C9DA; }

 p { color: rgb(199,201,218); }

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

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

 a { background-color: rgb(199,201,218); }

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

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

 span { border-color: rgb(199,201,218); }

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