#C7D2F0

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

Shades of Periwinkle #C7D2F0

Tints of Periwinkle #C7D2F0

Color information

#C7D2F0 (or 0xC7D2F0) is unknown color: approx Periwinkle. HEX triplet: C7, D2 and F0. RGB value is (199,210,240). Sum of RGB (Red+Green+Blue) = 199+210+240=649 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.66% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #C7D2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D2F0 is #382D0F. Grayscale: #D2D2D2. Windows color (decimal): -3681552 or 15782599. OLE color: 15782599.

HSL color Cylindrical-coordinate representation of color #C7D2F0: hue angle of 223.9º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7D2F0 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB199210240-
CMYK0.170.1200.06
HSL223.9º57.75%86.08%-
HSV(B)223.9º17.08%94.12%-
XYZ62.3364.5391.61-
YUV210.13144.86120.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.66%
GREEN value IS 210 (82.42% from 255) = 32.36%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=30.66%
G=32.36%
B=36.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1992102400.170.1200.06223.957.7586.08
HexC7D2F011C06e03a56
Octal30732236021140634072126
Binary1100011111010010111100001000111000110111000001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2F0; }

 p { color: rgb(199,210,240); }

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

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

 a { background-color: rgb(199,210,240); }

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

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

 span { border-color: rgb(199,210,240); }

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