#C0CEEE

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

Shades of Periwinkle #C0CEEE

Tints of Periwinkle #C0CEEE

Color information

#C0CEEE (or 0xC0CEEE) is unknown color: approx Periwinkle. HEX triplet: C0, CE and EE. RGB value is (192,206,238). Sum of RGB (Red+Green+Blue) = 192+206+238=636 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.19% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0CEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CEEE is #3F3111. Grayscale: #CDCDCD. Windows color (decimal): -4141330 or 15650496. OLE color: 15650496.

HSL color Cylindrical-coordinate representation of color #C0CEEE: hue angle of 221.74º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0CEEE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192206238-
CMYK0.190.1300.07
HSL221.74º57.5%84.31%-
HSV(B)221.74º19.33%93.33%-
XYZ59.2461.5289.64-
YUV205.46146.36118.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.19%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=30.19%
G=32.39%
B=37.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922062380.190.1300.07221.7457.584.31
HexC0CEEE13D07de3a54
Octal30031635623150733672124
Binary1100000011001110111011101001111010111110111101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CEEE; }

 p { color: rgb(192,206,238); }

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

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

 a { background-color: rgb(192,206,238); }

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

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

 span { border-color: rgb(192,206,238); }

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