#C3D4EA

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

Shades of Periwinkle #C3D4EA

Tints of Periwinkle #C3D4EA

Color information

#C3D4EA (or 0xC3D4EA) is unknown color: approx Periwinkle. HEX triplet: C3, D4 and EA. RGB value is (195,212,234). Sum of RGB (Red+Green+Blue) = 195+212+234=641 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.42% from 641); Green value is 212 (83.20% from 255 or 33.07% 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 #C3D4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3D4EA is #3C2B15. Grayscale: #D1D1D1. Windows color (decimal): -3943190 or 15389891. OLE color: 15389891.

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

Color convert

RGB195212234-
CMYK0.170.0900.08
HSL213.85º48.15%84.12%-
HSV(B)213.85º16.67%91.76%-
XYZ60.964.6387.11-
YUV209.42141.87117.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.42%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=30.42%
G=33.07%
B=36.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1952122340.170.0900.08213.8548.1584.12
HexC3D4EA11908d63054
Octal303324352211101032660124
Binary11000011110101001110101010001100101000110101101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D4EA; }

 p { color: rgb(195,212,234); }

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

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

 a { background-color: rgb(195,212,234); }

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

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

 span { border-color: rgb(195,212,234); }

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