#C7D4E7

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

Shades of Periwinkle #C7D4E7

Tints of Periwinkle #C7D4E7

Color information

#C7D4E7 (or 0xC7D4E7) is unknown color: approx Periwinkle. HEX triplet: C7, D4 and E7. RGB value is (199,212,231). Sum of RGB (Red+Green+Blue) = 199+212+231=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 231 - color contains mainly: blue. Hex color #C7D4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D4E7 is #382B18. Grayscale: #D2D2D2. Windows color (decimal): -3681049 or 15193287. OLE color: 15193287.

HSL color Cylindrical-coordinate representation of color #C7D4E7: hue angle of 215.62º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7D4E7 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB199212231-
CMYK0.140.0800.09
HSL215.62º40%84.31%-
HSV(B)215.62º13.85%90.59%-
XYZ61.526584.9-
YUV210.28139.69119.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 212 (83.20% from 255) = 33.02%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=31.00%
G=33.02%
B=35.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1992122310.140.0800.09215.624084.31
HexC7D4E7E809d82854
Octal307324347161001133050124
Binary1100011111010100111001111110100001001110110001010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D4E7; }

 p { color: rgb(199,212,231); }

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

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

 a { background-color: rgb(199,212,231); }

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

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

 span { border-color: rgb(199,212,231); }

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