#C0D3FF

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

Shades of Periwinkle #C0D3FF

Tints of Periwinkle #C0D3FF

Color information

#C0D3FF (or 0xC0D3FF) is unknown color: approx Periwinkle. HEX triplet: C0, D3 and FF. RGB value is (192,211,255). Sum of RGB (Red+Green+Blue) = 192+211+255=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0D3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D3FF is #3F2C00. Grayscale: #D2D2D2. Windows color (decimal): -4140033 or 16765888. OLE color: 16765888.

HSL color Cylindrical-coordinate representation of color #C0D3FF: hue angle of 221.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0D3FF is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192211255-
CMYK0.250.1700
HSL221.9º100%87.65%-
HSV(B)221.9º24.71%100%-
XYZ63.0865.01103.83-
YUV210.33153.21114.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.18%
GREEN value IS 211 (82.81% from 255) = 32.07%
BLUE value IS 255 (100% from 255) = 38.75%
R=29.18%
G=32.07%
B=38.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922112550.250.1700221.910087.65
HexC0D3FF191100de6458
Octal300323377312100336144130
Binary1100000011010011111111111100110001001101111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D3FF; }

 p { color: rgb(192,211,255); }

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

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

 a { background-color: rgb(192,211,255); }

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

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

 span { border-color: rgb(192,211,255); }

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