#C0CCEA

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

Shades of Periwinkle #C0CCEA

Tints of Periwinkle #C0CCEA

Color information

#C0CCEA (or 0xC0CCEA) is unknown color: approx Periwinkle. HEX triplet: C0, CC and EA. RGB value is (192,204,234). Sum of RGB (Red+Green+Blue) = 192+204+234=630 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.48% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCEA is #3F3315. Grayscale: #CBCBCB. Windows color (decimal): -4141846 or 15387840. OLE color: 15387840.

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

Color convert

RGB192204234-
CMYK0.180.1300.08
HSL222.86º50%83.53%-
HSV(B)222.86º17.95%91.76%-
XYZ58.1860.3386.42-
YUV203.83145.02119.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.48%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=30.48%
G=32.38%
B=37.14%

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
Decimal1922042340.180.1300.08222.865083.53
HexC0CCEA12D08df3254
Octal300314352221501033762124
Binary11000000110011001110101010010110101000110111111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCEA; }

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

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

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

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

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

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

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

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