#C5CEEF

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

Shades of Periwinkle #C5CEEF

Tints of Periwinkle #C5CEEF

Color information

#C5CEEF (or 0xC5CEEF) is unknown color: approx Periwinkle. HEX triplet: C5, CE and EF. RGB value is (197,206,239). Sum of RGB (Red+Green+Blue) = 197+206+239=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEEF is #3A3110. Grayscale: #CECECE. Windows color (decimal): -3813649 or 15716037. OLE color: 15716037.

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

Color convert

RGB197206239-
CMYK0.180.1400.06
HSL227.14º56.76%85.49%-
HSV(B)227.14º17.57%93.73%-
XYZ60.6862.2490.48-
YUV207.07146.02120.82-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.69%
GREEN value IS 206 (80.86% from 255) = 32.09%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=30.69%
G=32.09%
B=37.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1972062390.180.1400.06227.1456.7685.49
HexC5CEEF12E06e33955
Octal30531635722160634371125
Binary1100010111001110111011111001011100110111000111110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEEF; }

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

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

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

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

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

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

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

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