#C3D0E2

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

Shades of Periwinkle #C3D0E2

Tints of Periwinkle #C3D0E2

Color information

#C3D0E2 (or 0xC3D0E2) is unknown color: approx Periwinkle. HEX triplet: C3, D0 and E2. RGB value is (195,208,226). Sum of RGB (Red+Green+Blue) = 195+208+226=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 226 (88.67% from 255 or 35.93% from 629); Max value from RGB is 226 - color contains mainly: blue. Hex color #C3D0E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D0E2 is #3C2F1D. Grayscale: #CECECE. Windows color (decimal): -3944222 or 14864579. OLE color: 14864579.

HSL color Cylindrical-coordinate representation of color #C3D0E2: hue angle of 214.84º degrees, saturation: 0.35, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3D0E2 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195208226-
CMYK0.140.0800.11
HSL214.84º34.83%82.55%-
HSV(B)214.84º13.72%88.63%-
XYZ58.7962.280.86-
YUV206.16139.19120.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.00%
GREEN value IS 208 (81.64% from 255) = 33.07%
BLUE value IS 226 (88.67% from 255) = 35.93%
R=31.00%
G=33.07%
B=35.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952082260.140.0800.11214.8434.8382.55
HexC3D0E2E80Bd72353
Octal303320342161001332743123
Binary1100001111010000111000101110100001011110101111000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D0E2; }

 p { color: rgb(195,208,226); }

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

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

 a { background-color: rgb(195,208,226); }

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

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

 span { border-color: rgb(195,208,226); }

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