#C0CDEA

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

Shades of Periwinkle #C0CDEA

Tints of Periwinkle #C0CDEA

Color information

#C0CDEA (or 0xC0CDEA) is unknown color: approx Periwinkle. HEX triplet: C0, CD and EA. RGB value is (192,205,234). Sum of RGB (Red+Green+Blue) = 192+205+234=631 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.43% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CDEA is #3F3215. Grayscale: #CCCCCC. Windows color (decimal): -4141590 or 15388096. OLE color: 15388096.

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

Color convert

RGB192205234-
CMYK0.180.1200.08
HSL221.43º50%83.53%-
HSV(B)221.43º17.95%91.76%-
XYZ58.4260.8186.5-
YUV204.42144.69119.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.43%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=30.43%
G=32.49%
B=37.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1922052340.180.1200.08221.435083.53
HexC0CDEA12C08dd3254
Octal300315352221401033562124
Binary11000000110011011110101010010110001000110111011100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDEA; }

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

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

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

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

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

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

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

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