#C0D2FE

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

Shades of Periwinkle #C0D2FE

Tints of Periwinkle #C0D2FE

Color information

#C0D2FE (or 0xC0D2FE) is unknown color: approx Periwinkle. HEX triplet: C0, D2 and FE. RGB value is (192,210,254). Sum of RGB (Red+Green+Blue) = 192+210+254=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 210 (82.42% from 255 or 32.01% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0D2FE is #3F2D01. Grayscale: #D1D1D1. Windows color (decimal): -4140290 or 16700096. OLE color: 16700096.

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

Color convert

RGB192210254-
CMYK0.240.1700.00
HSL222.58º96.88%87.45%-
HSV(B)222.58º24.41%99.61%-
XYZ62.6764.46102.9-
YUV209.63153.04115.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.27%
GREEN value IS 210 (82.42% from 255) = 32.01%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=29.27%
G=32.01%
B=38.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1922102540.240.1700.00222.5896.8887.45
HexC0D2FE181100df6157
Octal300322376302100337141127
Binary1100000011010010111111101100010001001101111111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D2FE; }

 p { color: rgb(192,210,254); }

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

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

 a { background-color: rgb(192,210,254); }

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

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

 span { border-color: rgb(192,210,254); }

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