#C8CCDC

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

Shades of Periwinkle #C8CCDC

Tints of Periwinkle #C8CCDC

Color information

#C8CCDC (or 0xC8CCDC) is unknown color: approx Periwinkle. HEX triplet: C8, CC and DC. RGB value is (200,204,220). Sum of RGB (Red+Green+Blue) = 200+204+220=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDC is #373323. Grayscale: #CCCCCC. Windows color (decimal): -3617572 or 14470344. OLE color: 14470344.

HSL color Cylindrical-coordinate representation of color #C8CCDC: hue angle of 228º 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 #C8CCDC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200204220-
CMYK0.090.0700.14
HSL228º22.22%82.35%-
HSV(B)228º9.09%86.27%-
XYZ58.3360.6376.34-
YUV204.63136.67124.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=32.05%
G=32.69%
B=35.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002042200.090.0700.1422822.2282.35
HexC8CCDC970Ee41652
Octal31031433411701634426122
Binary11001000110011001101110010011110111011100100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCDC; }

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

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

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

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

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

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

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

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