#C5CEF4

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

Shades of Periwinkle #C5CEF4

Tints of Periwinkle #C5CEF4

Color information

#C5CEF4 (or 0xC5CEF4) is unknown color: approx Periwinkle. HEX triplet: C5, CE and F4. RGB value is (197,206,244). Sum of RGB (Red+Green+Blue) = 197+206+244=647 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.45% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 244 - color contains mainly: blue. Hex color #C5CEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CEF4 is #3A310B. Grayscale: #CFCFCF. Windows color (decimal): -3813644 or 16043717. OLE color: 16043717.

HSL color Cylindrical-coordinate representation of color #C5CEF4: hue angle of 228.51º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5CEF4 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197206244-
CMYK0.190.1600.04
HSL228.51º68.12%86.47%-
HSV(B)228.51º19.26%95.69%-
XYZ61.4362.5494.42-
YUV207.64148.52120.41-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.45%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 244 (95.70% from 255) = 37.71%
R=30.45%
G=31.84%
B=37.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1972062440.190.1600.04228.5168.1286.47
HexC5CEF4131004e54456
Octal305316364232004345104126
Binary110001011100111011110100100111000001001110010110001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CEF4; }

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

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

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

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

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

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

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

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