#C1CBEB

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

Shades of Periwinkle #C1CBEB

Tints of Periwinkle #C1CBEB

Color information

#C1CBEB (or 0xC1CBEB) is unknown color: approx Periwinkle. HEX triplet: C1, CB and EB. RGB value is (193,203,235). Sum of RGB (Red+Green+Blue) = 193+203+235=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBEB is #3E3414. Grayscale: #CBCBCB. Windows color (decimal): -4076565 or 15453121. OLE color: 15453121.

HSL color Cylindrical-coordinate representation of color #C1CBEB: hue angle of 225.71º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CBEB is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193203235-
CMYK0.180.1400.08
HSL225.71º51.22%83.92%-
HSV(B)225.71º17.87%92.16%-
XYZ58.3460.0587.11-
YUV203.66145.69120.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.59%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=30.59%
G=32.17%
B=37.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1932032350.180.1400.08225.7151.2283.92
HexC1CBEB12E08e23354
Octal301313353221601034263124
Binary11000001110010111110101110010111001000111000101100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBEB; }

 p { color: rgb(193,203,235); }

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

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

 a { background-color: rgb(193,203,235); }

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

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

 span { border-color: rgb(193,203,235); }

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