#C2CDE8

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

Shades of Periwinkle #C2CDE8

Tints of Periwinkle #C2CDE8

Color information

#C2CDE8 (or 0xC2CDE8) is unknown color: approx Periwinkle. HEX triplet: C2, CD and E8. RGB value is (194,205,232). Sum of RGB (Red+Green+Blue) = 194+205+232=631 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.74% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #C2CDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CDE8 is #3D3217. Grayscale: #CCCCCC. Windows color (decimal): -4010520 or 15257026. OLE color: 15257026.

HSL color Cylindrical-coordinate representation of color #C2CDE8: hue angle of 222.63º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2CDE8 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB194205232-
CMYK0.160.1200.09
HSL222.63º45.24%83.53%-
HSV(B)222.63º16.38%90.98%-
XYZ58.6460.9685.02-
YUV204.79143.36120.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.74%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=30.74%
G=32.49%
B=36.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1942052320.160.1200.09222.6345.2483.53
HexC2CDE810C09df2d54
Octal302315350201401133755124
Binary11000010110011011110100010000110001001110111111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CDE8; }

 p { color: rgb(194,205,232); }

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

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

 a { background-color: rgb(194,205,232); }

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

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

 span { border-color: rgb(194,205,232); }

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