#C7CBEE

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

Shades of Periwinkle #C7CBEE

Tints of Periwinkle #C7CBEE

Color information

#C7CBEE (or 0xC7CBEE) is unknown color: approx Periwinkle. HEX triplet: C7, CB and EE. RGB value is (199,203,238). Sum of RGB (Red+Green+Blue) = 199+203+238=640 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.09% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CBEE is #383411. Grayscale: #CDCDCD. Windows color (decimal): -3683346 or 15649735. OLE color: 15649735.

HSL color Cylindrical-coordinate representation of color #C7CBEE: hue angle of 233.85º 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 #C7CBEE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB199203238-
CMYK0.160.1500.07
HSL233.85º53.42%85.69%-
HSV(B)233.85º16.39%93.33%-
XYZ60.3461.0389.49-
YUV205.79146.17123.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.09%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=31.09%
G=31.72%
B=37.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992032380.160.1500.07233.8553.4285.69
HexC7CBEE10F07ea3556
Octal30731335620170735265126
Binary1100011111001011111011101000011110111111010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBEE; }

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

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

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

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

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

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

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

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