#C7CADF

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

Shades of Periwinkle #C7CADF

Tints of Periwinkle #C7CADF

Color information

#C7CADF (or 0xC7CADF) is unknown color: approx Periwinkle. HEX triplet: C7, CA and DF. RGB value is (199,202,223). Sum of RGB (Red+Green+Blue) = 199+202+223=624 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.89% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7CADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CADF is #383520. Grayscale: #CBCBCB. Windows color (decimal): -3683617 or 14666439. OLE color: 14666439.

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

Color convert

RGB199202223-
CMYK0.110.0900.13
HSL232.5º27.27%82.75%-
HSV(B)232.5º10.76%87.45%-
XYZ57.9959.7178.28-
YUV203.5139.01124.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.89%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=31.89%
G=32.37%
B=35.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992022230.110.0900.13232.527.2782.75
HexC7CADFB90De81b53
Octal307312337131101535033123
Binary110001111100101011011111101110010110111101000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CADF; }

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

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

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

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

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

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

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

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