#C7CDDE

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

Shades of Periwinkle #C7CDDE

Tints of Periwinkle #C7CDDE

Color information

#C7CDDE (or 0xC7CDDE) is unknown color: approx Periwinkle. HEX triplet: C7, CD and DE. RGB value is (199,205,222). Sum of RGB (Red+Green+Blue) = 199+205+222=626 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.79% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDDE is #383221. Grayscale: #CDCDCD. Windows color (decimal): -3682850 or 14601671. OLE color: 14601671.

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

Color convert

RGB199205222-
CMYK0.100.0800.13
HSL224.35º25.84%82.55%-
HSV(B)224.35º10.36%87.06%-
XYZ58.5761.0877.81-
YUV205.14137.51123.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.79%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 222 (87.11% from 255) = 35.46%
R=31.79%
G=32.75%
B=35.46%

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
Decimal1992052220.100.0800.13224.3525.8482.55
HexC7CDDEA80De01a53
Octal307315336121001534032123
Binary110001111100110111011110101010000110111100000110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDDE; }

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

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

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

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

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

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

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

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