#C0CCED

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

Shades of Periwinkle #C0CCED

Tints of Periwinkle #C0CCED

Color information

#C0CCED (or 0xC0CCED) is unknown color: approx Periwinkle. HEX triplet: C0, CC and ED. RGB value is (192,204,237). Sum of RGB (Red+Green+Blue) = 192+204+237=633 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.33% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0CCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0CCED is #3F3312. Grayscale: #CCCCCC. Windows color (decimal): -4141843 or 15584448. OLE color: 15584448.

HSL color Cylindrical-coordinate representation of color #C0CCED: hue angle of 224º degrees, saturation: 0.56, 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 #C0CCED is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192204237-
CMYK0.190.1400.07
HSL224º55.56%84.12%-
HSV(B)224º18.99%92.94%-
XYZ58.6260.5188.71-
YUV204.17146.52119.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.33%
GREEN value IS 204 (80.08% from 255) = 32.23%
BLUE value IS 237 (92.97% from 255) = 37.44%
R=30.33%
G=32.23%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1922042370.190.1400.0722455.5684.12
HexC0CCED13E07e03854
Octal30031435523160734070124
Binary1100000011001100111011011001111100111111000001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CCED; }

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

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

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

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

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

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

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

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