#C0CFEA

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

Shades of Periwinkle #C0CFEA

Tints of Periwinkle #C0CFEA

Color information

#C0CFEA (or 0xC0CFEA) is unknown color: approx Periwinkle. HEX triplet: C0, CF and EA. RGB value is (192,207,234). Sum of RGB (Red+Green+Blue) = 192+207+234=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CFEA is #3F3015. Grayscale: #CDCDCD. Windows color (decimal): -4141078 or 15388608. OLE color: 15388608.

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

Color convert

RGB192207234-
CMYK0.180.1200.08
HSL218.57º50%83.53%-
HSV(B)218.57º17.95%91.76%-
XYZ58.961.7786.66-
YUV205.59144.03118.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 207 (81.25% from 255) = 32.70%
BLUE value IS 234 (91.80% from 255) = 36.97%
R=30.33%
G=32.70%
B=36.97%

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
Decimal1922072340.180.1200.08218.575083.53
HexC0CFEA12C08db3254
Octal300317352221401033362124
Binary11000000110011111110101010010110001000110110111100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CFEA; }

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

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

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

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

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

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

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

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