#C5CCEF

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

Shades of Periwinkle #C5CCEF

Tints of Periwinkle #C5CCEF

Color information

#C5CCEF (or 0xC5CCEF) is unknown color: approx Periwinkle. HEX triplet: C5, CC and EF. RGB value is (197,204,239). Sum of RGB (Red+Green+Blue) = 197+204+239=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CCEF is #3A3310. Grayscale: #CDCDCD. Windows color (decimal): -3814161 or 15715525. OLE color: 15715525.

HSL color Cylindrical-coordinate representation of color #C5CCEF: hue angle of 230º 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 #C5CCEF is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197204239-
CMYK0.180.1500.06
HSL230º56.76%85.49%-
HSV(B)230º17.57%93.73%-
XYZ60.261.2990.32-
YUV205.9146.68121.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.78%
GREEN value IS 204 (80.08% from 255) = 31.88%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=30.78%
G=31.88%
B=37.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972042390.180.1500.0623056.7685.49
HexC5CCEF12F06e63955
Octal30531435722170634671125
Binary1100010111001100111011111001011110110111001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCEF; }

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

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

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

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

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

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

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

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