#C0CBEB

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

Shades of Periwinkle #C0CBEB

Tints of Periwinkle #C0CBEB

Color information

#C0CBEB (or 0xC0CBEB) is unknown color: approx Periwinkle. HEX triplet: C0, CB and EB. RGB value is (192,203,235). Sum of RGB (Red+Green+Blue) = 192+203+235=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CBEB is #3F3414. Grayscale: #CBCBCB. Windows color (decimal): -4142101 or 15453120. OLE color: 15453120.

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

Color convert

RGB192203235-
CMYK0.180.1400.08
HSL224.65º51.81%83.73%-
HSV(B)224.65º18.3%92.16%-
XYZ58.0959.9287.1-
YUV203.36145.86119.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 203 (79.69% from 255) = 32.22%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=30.48%
G=32.22%
B=37.30%

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
Decimal1922032350.180.1400.08224.6551.8183.73
HexC0CBEB12E08e13454
Octal300313353221601034164124
Binary11000000110010111110101110010111001000111000011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBEB; }

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

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

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

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

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

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

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

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