#C0CFEF

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

Shades of Periwinkle #C0CFEF

Tints of Periwinkle #C0CFEF

Color information

#C0CFEF (or 0xC0CFEF) is unknown color: approx Periwinkle. HEX triplet: C0, CF and EF. RGB value is (192,207,239). Sum of RGB (Red+Green+Blue) = 192+207+239=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFEF is #3F3010. Grayscale: #CECECE. Windows color (decimal): -4141073 or 15716288. OLE color: 15716288.

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

Color convert

RGB192207239-
CMYK0.200.1300.06
HSL220.85º59.49%84.51%-
HSV(B)220.85º19.67%93.73%-
XYZ59.6362.0690.5-
YUV206.16146.53117.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.09%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 239 (93.75% from 255) = 37.46%
R=30.09%
G=32.45%
B=37.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1922072390.200.1300.06220.8559.4984.51
HexC0CFEF14D06dd3b55
Octal30031735724150633573125
Binary1100000011001111111011111010011010110110111011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CFEF; }

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

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

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

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

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

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

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

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