#C5CFEA

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

Shades of Periwinkle #C5CFEA

Tints of Periwinkle #C5CFEA

Color information

#C5CFEA (or 0xC5CFEA) is unknown color: approx Periwinkle. HEX triplet: C5, CF and EA. RGB value is (197,207,234). Sum of RGB (Red+Green+Blue) = 197+207+234=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CFEA is #3A3015. Grayscale: #CECECE. Windows color (decimal): -3813398 or 15388613. OLE color: 15388613.

HSL color Cylindrical-coordinate representation of color #C5CFEA: hue angle of 223.78º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CFEA is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB197207234-
CMYK0.160.1200.08
HSL223.78º46.84%84.51%-
HSV(B)223.78º15.81%91.76%-
XYZ60.1962.4486.72-
YUV207.09143.19120.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.88%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=30.88%
G=32.45%
B=36.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1972072340.160.1200.08223.7846.8484.51
HexC5CFEA10C08e02f55
Octal305317352201401034057125
Binary11000101110011111110101010000110001000111000001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFEA; }

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

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

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

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

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

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

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

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