#C7CDEB

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

Shades of Periwinkle #C7CDEB

Tints of Periwinkle #C7CDEB

Color information

#C7CDEB (or 0xC7CDEB) is unknown color: approx Periwinkle. HEX triplet: C7, CD and EB. RGB value is (199,205,235). Sum of RGB (Red+Green+Blue) = 199+205+235=639 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.14% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7CDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CDEB is #383214. Grayscale: #CECECE. Windows color (decimal): -3682837 or 15453639. OLE color: 15453639.

HSL color Cylindrical-coordinate representation of color #C7CDEB: hue angle of 230º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7CDEB is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199205235-
CMYK0.150.1300.08
HSL230º47.37%85.1%-
HSV(B)230º15.32%92.16%-
XYZ60.3861.887.34-
YUV206.63144.01122.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.14%
GREEN value IS 205 (80.47% from 255) = 32.08%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=31.14%
G=32.08%
B=36.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992052350.150.1300.0823047.3785.1
HexC7CDEBFD08e62f55
Octal307315353171501034657125
Binary1100011111001101111010111111110101000111001101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDEB; }

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

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

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

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

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

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

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

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