#C5CFEF

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

Shades of Periwinkle #C5CFEF

Tints of Periwinkle #C5CFEF

Color information

#C5CFEF (or 0xC5CFEF) is unknown color: approx Periwinkle. HEX triplet: C5, CF and EF. RGB value is (197,207,239). Sum of RGB (Red+Green+Blue) = 197+207+239=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFEF is #3A3010. Grayscale: #CFCFCF. Windows color (decimal): -3813393 or 15716293. OLE color: 15716293.

HSL color Cylindrical-coordinate representation of color #C5CFEF: hue angle of 225.71º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5CFEF is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197207239-
CMYK0.180.1300.06
HSL225.71º56.76%85.49%-
HSV(B)225.71º17.57%93.73%-
XYZ60.9262.7390.56-
YUV207.66145.69120.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.64%
GREEN value IS 207 (81.25% from 255) = 32.19%
BLUE value IS 239 (93.75% from 255) = 37.17%
R=30.64%
G=32.19%
B=37.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972072390.180.1300.06225.7156.7685.49
HexC5CFEF12D06e23955
Octal30531735722150634271125
Binary1100010111001111111011111001011010110111000101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFEF; }

 p { color: rgb(197,207,239); }

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

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

 a { background-color: rgb(197,207,239); }

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

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

 span { border-color: rgb(197,207,239); }

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