#C5CBE6

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

Shades of Periwinkle #C5CBE6

Tints of Periwinkle #C5CBE6

Color information

#C5CBE6 (or 0xC5CBE6) is unknown color: approx Periwinkle. HEX triplet: C5, CB and E6. RGB value is (197,203,230). Sum of RGB (Red+Green+Blue) = 197+203+230=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 230 (90.23% from 255 or 36.51% from 630); Max value from RGB is 230 - color contains mainly: blue. Hex color #C5CBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBE6 is #3A3419. Grayscale: #CCCCCC. Windows color (decimal): -3814426 or 15125445. OLE color: 15125445.

HSL color Cylindrical-coordinate representation of color #C5CBE6: hue angle of 229.09º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5CBE6 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB197203230-
CMYK0.140.1200.10
HSL229.09º39.76%83.73%-
HSV(B)229.09º14.35%90.2%-
XYZ58.6660.383.41-
YUV204.28142.51122.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.27%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 230 (90.23% from 255) = 36.51%
R=31.27%
G=32.22%
B=36.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1972032300.140.1200.10229.0939.7683.73
HexC5CBE6EC0Ae52854
Octal305313346161401234550124
Binary1100010111001011111001101110110001010111001011010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBE6; }

 p { color: rgb(197,203,230); }

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

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

 a { background-color: rgb(197,203,230); }

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

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

 span { border-color: rgb(197,203,230); }

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