#C7CDED

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

Shades of Periwinkle #C7CDED

Tints of Periwinkle #C7CDED

Color information

#C7CDED (or 0xC7CDED) is unknown color: approx Periwinkle. HEX triplet: C7, CD and ED. RGB value is (199,205,237). Sum of RGB (Red+Green+Blue) = 199+205+237=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 205 (80.47% from 255 or 31.98% 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 #C7CDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CDED is #383212. Grayscale: #CECECE. Windows color (decimal): -3682835 or 15584711. OLE color: 15584711.

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

Color convert

RGB199205237-
CMYK0.160.1400.07
HSL230.53º51.35%85.49%-
HSV(B)230.53º16.03%92.94%-
XYZ60.6761.9288.87-
YUV206.85145.01122.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 205 (80.47% from 255) = 31.98%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=31.05%
G=31.98%
B=36.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992052370.160.1400.07230.5351.3585.49
HexC7CDED10E07e73355
Octal30731535520160734763125
Binary1100011111001101111011011000011100111111001111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDED; }

 p { color: rgb(199,205,237); }

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

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

 a { background-color: rgb(199,205,237); }

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

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

 span { border-color: rgb(199,205,237); }

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