#C5CFE4

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

Shades of Periwinkle #C5CFE4

Tints of Periwinkle #C5CFE4

Color information

#C5CFE4 (or 0xC5CFE4) is unknown color: approx Periwinkle. HEX triplet: C5, CF and E4. RGB value is (197,207,228). Sum of RGB (Red+Green+Blue) = 197+207+228=632 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.17% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #C5CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFE4 is #3A301B. Grayscale: #CECECE. Windows color (decimal): -3813404 or 14995397. OLE color: 14995397.

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

Color convert

RGB197207228-
CMYK0.140.0900.11
HSL220.65º36.47%83.33%-
HSV(B)220.65º13.6%89.41%-
XYZ59.3462.182.26-
YUV206.4140.19121.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.17%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=31.17%
G=32.75%
B=36.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1972072280.140.0900.11220.6536.4783.33
HexC5CFE4E90Bdd2453
Octal305317344161101333544123
Binary1100010111001111111001001110100101011110111011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CFE4; }

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

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

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

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

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

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

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

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