#C7CBDC

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

Shades of Periwinkle #C7CBDC

Tints of Periwinkle #C7CBDC

Color information

#C7CBDC (or 0xC7CBDC) is unknown color: approx Periwinkle. HEX triplet: C7, CB and DC. RGB value is (199,203,220). Sum of RGB (Red+Green+Blue) = 199+203+220=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDC is #383423. Grayscale: #CBCBCB. Windows color (decimal): -3683364 or 14470087. OLE color: 14470087.

HSL color Cylindrical-coordinate representation of color #C7CBDC: hue angle of 228.57º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CBDC is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199203220-
CMYK0.100.0800.14
HSL228.57º23.08%82.16%-
HSV(B)228.57º9.55%86.27%-
XYZ57.8360.0276.25-
YUV203.74137.17124.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=31.99%
G=32.64%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1992032200.100.0800.14228.5723.0882.16
HexC7CBDCA80Ee51752
Octal307313334121001634527122
Binary110001111100101111011100101010000111011100101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBDC; }

 p { color: rgb(199,203,220); }

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

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

 a { background-color: rgb(199,203,220); }

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

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

 span { border-color: rgb(199,203,220); }

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