#C4D3EA

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

Shades of Periwinkle #C4D3EA

Tints of Periwinkle #C4D3EA

Color information

#C4D3EA (or 0xC4D3EA) is unknown color: approx Periwinkle. HEX triplet: C4, D3 and EA. RGB value is (196,211,234). Sum of RGB (Red+Green+Blue) = 196+211+234=641 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.58% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #C4D3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D3EA is #3B2C15. Grayscale: #D1D1D1. Windows color (decimal): -3877910 or 15389636. OLE color: 15389636.

HSL color Cylindrical-coordinate representation of color #C4D3EA: hue angle of 216.32º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4D3EA is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196211234-
CMYK0.160.1000.08
HSL216.32º47.5%84.31%-
HSV(B)216.32º16.24%91.76%-
XYZ60.9164.2687.04-
YUV209.14142.03118.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.58%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=30.58%
G=32.92%
B=36.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962112340.160.1000.08216.3247.584.31
HexC4D3EA10A08d82f54
Octal304323352201201033057124
Binary11000100110100111110101010000101001000110110001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D3EA; }

 p { color: rgb(196,211,234); }

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

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

 a { background-color: rgb(196,211,234); }

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

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

 span { border-color: rgb(196,211,234); }

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