#C7CBDD

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

Shades of Periwinkle #C7CBDD

Tints of Periwinkle #C7CBDD

Color information

#C7CBDD (or 0xC7CBDD) is unknown color: approx Periwinkle. HEX triplet: C7, CB and DD. RGB value is (199,203,221). Sum of RGB (Red+Green+Blue) = 199+203+221=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 203 (79.69% from 255 or 32.58% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CBDD is #383422. Grayscale: #CBCBCB. Windows color (decimal): -3683363 or 14535623. OLE color: 14535623.

HSL color Cylindrical-coordinate representation of color #C7CBDD: hue angle of 229.09º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7CBDD is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199203221-
CMYK0.100.0800.13
HSL229.09º24.44%82.35%-
HSV(B)229.09º9.95%86.67%-
XYZ57.9660.0776.95-
YUV203.86137.67124.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.94%
GREEN value IS 203 (79.69% from 255) = 32.58%
BLUE value IS 221 (86.72% from 255) = 35.47%
R=31.94%
G=32.58%
B=35.47%

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
Decimal1992032210.100.0800.13229.0924.4482.35
HexC7CBDDA80De51852
Octal307313335121001534530122
Binary110001111100101111011101101010000110111100101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CBDD; }

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

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

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

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

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

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

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

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