#C5CAEF

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

Shades of Periwinkle #C5CAEF

Tints of Periwinkle #C5CAEF

Color information

#C5CAEF (or 0xC5CAEF) is unknown color: approx Periwinkle. HEX triplet: C5, CA and EF. RGB value is (197,202,239). Sum of RGB (Red+Green+Blue) = 197+202+239=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5CAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CAEF is #3A3510. Grayscale: #CCCCCC. Windows color (decimal): -3814673 or 15715013. OLE color: 15715013.

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

Color convert

RGB197202239-
CMYK0.180.1500.06
HSL232.86º56.76%85.49%-
HSV(B)232.86º17.57%93.73%-
XYZ59.7360.3490.16-
YUV204.72147.34122.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.88%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=30.88%
G=31.66%
B=37.46%

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
Decimal1972022390.180.1500.06232.8656.7685.49
HexC5CAEF12F06e93955
Octal30531235722170635171125
Binary1100010111001010111011111001011110110111010011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CAEF; }

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

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

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

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

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

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

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

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