#C8CDDE

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

Shades of Periwinkle #C8CDDE

Tints of Periwinkle #C8CDDE

Color information

#C8CDDE (or 0xC8CDDE) is unknown color: approx Periwinkle. HEX triplet: C8, CD and DE. RGB value is (200,205,222). Sum of RGB (Red+Green+Blue) = 200+205+222=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDDE is #373221. Grayscale: #CDCDCD. Windows color (decimal): -3617314 or 14601672. OLE color: 14601672.

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

Color convert

RGB200205222-
CMYK0.100.0800.13
HSL226.36º25%82.75%-
HSV(B)226.36º9.91%87.06%-
XYZ58.8461.2277.82-
YUV205.44137.34124.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.90%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=31.90%
G=32.70%
B=35.41%

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
Decimal2002052220.100.0800.13226.362582.75
HexC8CDDEA80De21953
Octal310315336121001534231123
Binary110010001100110111011110101010000110111100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDDE; }

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

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

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

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

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

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

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

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