#C8CCDF

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

Shades of Periwinkle #C8CCDF

Tints of Periwinkle #C8CCDF

Color information

#C8CCDF (or 0xC8CCDF) is unknown color: approx Periwinkle. HEX triplet: C8, CC and DF. RGB value is (200,204,223). Sum of RGB (Red+Green+Blue) = 200+204+223=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCDF is #373320. Grayscale: #CCCCCC. Windows color (decimal): -3617569 or 14666952. OLE color: 14666952.

HSL color Cylindrical-coordinate representation of color #C8CCDF: hue angle of 229.57º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8CCDF is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200204223-
CMYK0.100.0900.13
HSL229.57º26.44%82.94%-
HSV(B)229.57º10.31%87.45%-
XYZ58.7360.7978.45-
YUV204.97138.17124.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 223 (87.5% from 255) = 35.57%
R=31.90%
G=32.54%
B=35.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002042230.100.0900.13229.5726.4482.94
HexC8CCDFA90De61a53
Octal310314337121101534632123
Binary110010001100110011011111101010010110111100110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCDF; }

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

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

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

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

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

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

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

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