#C4CBDF

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

Shades of Periwinkle #C4CBDF

Tints of Periwinkle #C4CBDF

Color information

#C4CBDF (or 0xC4CBDF) is unknown color: approx Periwinkle. HEX triplet: C4, CB and DF. RGB value is (196,203,223). Sum of RGB (Red+Green+Blue) = 196+203+223=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDF is #3B3420. Grayscale: #CBCBCB. Windows color (decimal): -3879969 or 14666692. OLE color: 14666692.

HSL color Cylindrical-coordinate representation of color #C4CBDF: hue angle of 224.44º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4CBDF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196203223-
CMYK0.120.0900.13
HSL224.44º29.67%82.16%-
HSV(B)224.44º12.11%87.45%-
XYZ57.4459.7878.32-
YUV203.19139.18122.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.51%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=31.51%
G=32.64%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962032230.120.0900.13224.4429.6782.16
HexC4CBDFC90De01e52
Octal304313337141101534036122
Binary110001001100101111011111110010010110111100000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBDF; }

 p { color: rgb(196,203,223); }

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

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

 a { background-color: rgb(196,203,223); }

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

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

 span { border-color: rgb(196,203,223); }

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