#C7CFE4

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

Shades of Periwinkle #C7CFE4

Tints of Periwinkle #C7CFE4

Color information

#C7CFE4 (or 0xC7CFE4) is unknown color: approx Periwinkle. HEX triplet: C7, CF and E4. RGB value is (199,207,228). Sum of RGB (Red+Green+Blue) = 199+207+228=634 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.39% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #C7CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CFE4 is #38301B. Grayscale: #CECECE. Windows color (decimal): -3682332 or 14995399. OLE color: 14995399.

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

Color convert

RGB199207228-
CMYK0.130.0900.11
HSL223.45º34.94%83.73%-
HSV(B)223.45º12.72%89.41%-
XYZ59.8762.3782.28-
YUV207139.85122.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.39%
GREEN value IS 207 (81.25% from 255) = 32.65%
BLUE value IS 228 (89.45% from 255) = 35.96%
R=31.39%
G=32.65%
B=35.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1992072280.130.0900.11223.4534.9483.73
HexC7CFE4D90Bdf2354
Octal307317344151101333743124
Binary1100011111001111111001001101100101011110111111000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CFE4; }

 p { color: rgb(199,207,228); }

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

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

 a { background-color: rgb(199,207,228); }

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

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

 span { border-color: rgb(199,207,228); }

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