#C8CBDC

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

Shades of Periwinkle #C8CBDC

Tints of Periwinkle #C8CBDC

Color information

#C8CBDC (or 0xC8CBDC) is unknown color: approx Periwinkle. HEX triplet: C8, CB and DC. RGB value is (200,203,220). Sum of RGB (Red+Green+Blue) = 200+203+220=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBDC is #373423. Grayscale: #CBCBCB. Windows color (decimal): -3617828 or 14470088. OLE color: 14470088.

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

Color convert

RGB200203220-
CMYK0.090.0800.14
HSL231º22.22%82.35%-
HSV(B)231º9.09%86.27%-
XYZ58.0960.1676.26-
YUV204.04137.01125.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.10%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=32.10%
G=32.58%
B=35.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002032200.090.0800.1423122.2282.35
HexC8CBDC980Ee71652
Octal310313334111001634726122
Binary110010001100101111011100100110000111011100111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBDC; }

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

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

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

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

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

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

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

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