#C0CCEF

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

Shades of Periwinkle #C0CCEF

Tints of Periwinkle #C0CCEF

Color information

#C0CCEF (or 0xC0CCEF) is unknown color: approx Periwinkle. HEX triplet: C0, CC and EF. RGB value is (192,204,239). Sum of RGB (Red+Green+Blue) = 192+204+239=635 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.24% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0CCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCEF is #3F3310. Grayscale: #CCCCCC. Windows color (decimal): -4141841 or 15715520. OLE color: 15715520.

HSL color Cylindrical-coordinate representation of color #C0CCEF: hue angle of 224.68º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0CCEF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB192204239-
CMYK0.200.1500.06
HSL224.68º59.49%84.51%-
HSV(B)224.68º19.67%93.73%-
XYZ58.9160.6290.26-
YUV204.4147.52119.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.24%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=30.24%
G=32.13%
B=37.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922042390.200.1500.06224.6859.4984.51
HexC0CCEF14F06e13b55
Octal30031435724170634173125
Binary1100000011001100111011111010011110110111000011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCEF; }

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

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

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

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

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

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

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

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