#C3CAED

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

Shades of Periwinkle #C3CAED

Tints of Periwinkle #C3CAED

Color information

#C3CAED (or 0xC3CAED) is unknown color: approx Periwinkle. HEX triplet: C3, CA and ED. RGB value is (195,202,237). Sum of RGB (Red+Green+Blue) = 195+202+237=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CAED is #3C3512. Grayscale: #CBCBCB. Windows color (decimal): -3945747 or 15583939. OLE color: 15583939.

HSL color Cylindrical-coordinate representation of color #C3CAED: hue angle of 230º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3CAED is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195202237-
CMYK0.180.1500.07
HSL230º53.85%84.71%-
HSV(B)230º17.72%92.94%-
XYZ58.9159.9688.59-
YUV203.9146.68121.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.76%
GREEN value IS 202 (79.30% from 255) = 31.86%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=30.76%
G=31.86%
B=37.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1952022370.180.1500.0723053.8584.71
HexC3CAED12F07e63655
Octal30331235522170734666125
Binary1100001111001010111011011001011110111111001101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CAED; }

 p { color: rgb(195,202,237); }

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

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

 a { background-color: rgb(195,202,237); }

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

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

 span { border-color: rgb(195,202,237); }

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