#C0CDEB

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

Shades of Periwinkle #C0CDEB

Tints of Periwinkle #C0CDEB

Color information

#C0CDEB (or 0xC0CDEB) is unknown color: approx Periwinkle. HEX triplet: C0, CD and EB. RGB value is (192,205,235). Sum of RGB (Red+Green+Blue) = 192+205+235=632 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.38% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDEB is #3F3214. Grayscale: #CCCCCC. Windows color (decimal): -4141589 or 15453632. OLE color: 15453632.

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

Color convert

RGB192205235-
CMYK0.180.1300.08
HSL221.86º51.81%83.73%-
HSV(B)221.86º18.3%92.16%-
XYZ58.5660.8787.26-
YUV204.53145.19119.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.38%
GREEN value IS 205 (80.47% from 255) = 32.44%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=30.38%
G=32.44%
B=37.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922052350.180.1300.08221.8651.8183.73
HexC0CDEB12D08de3454
Octal300315353221501033664124
Binary11000000110011011110101110010110101000110111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDEB; }

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

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

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

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

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

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

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

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