#C7CDEE

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

Shades of Periwinkle #C7CDEE

Tints of Periwinkle #C7CDEE

Color information

#C7CDEE (or 0xC7CDEE) is unknown color: approx Periwinkle. HEX triplet: C7, CD and EE. RGB value is (199,205,238). Sum of RGB (Red+Green+Blue) = 199+205+238=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CDEE is #383211. Grayscale: #CECECE. Windows color (decimal): -3682834 or 15650247. OLE color: 15650247.

HSL color Cylindrical-coordinate representation of color #C7CDEE: hue angle of 230.77º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7CDEE is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199205238-
CMYK0.160.1400.07
HSL230.77º53.42%85.69%-
HSV(B)230.77º16.39%93.33%-
XYZ60.8261.9889.65-
YUV206.97145.51122.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 205 (80.47% from 255) = 31.93%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=31.00%
G=31.93%
B=37.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992052380.160.1400.07230.7753.4285.69
HexC7CDEE10E07e73556
Octal30731535620160734765126
Binary1100011111001101111011101000011100111111001111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDEE; }

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

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

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

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

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

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

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

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