#C8CDDF

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

Shades of Periwinkle #C8CDDF

Tints of Periwinkle #C8CDDF

Color information

#C8CDDF (or 0xC8CDDF) is unknown color: approx Periwinkle. HEX triplet: C8, CD and DF. RGB value is (200,205,223). Sum of RGB (Red+Green+Blue) = 200+205+223=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDDF is #373220. Grayscale: #CDCDCD. Windows color (decimal): -3617313 or 14667208. OLE color: 14667208.

HSL color Cylindrical-coordinate representation of color #C8CDDF: hue angle of 226.96º 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 #C8CDDF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200205223-
CMYK0.100.0800.13
HSL226.96º26.44%82.94%-
HSV(B)226.96º10.31%87.45%-
XYZ58.9761.2778.53-
YUV205.56137.84124.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.85%
GREEN value IS 205 (80.47% from 255) = 32.64%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=31.85%
G=32.64%
B=35.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2002052230.100.0800.13226.9626.4482.94
HexC8CDDFA80De31a53
Octal310315337121001534332123
Binary110010001100110111011111101010000110111100011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDDF; }

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

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

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

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

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

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

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

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