#C4CBEB

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

Shades of Periwinkle #C4CBEB

Tints of Periwinkle #C4CBEB

Color information

#C4CBEB (or 0xC4CBEB) is unknown color: approx Periwinkle. HEX triplet: C4, CB and EB. RGB value is (196,203,235). Sum of RGB (Red+Green+Blue) = 196+203+235=634 (83% of max value = 765). Red value is 196 (76.95% from 255 or 30.91% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CBEB is #3B3414. Grayscale: #CCCCCC. Windows color (decimal): -3879957 or 15453124. OLE color: 15453124.

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

Color convert

RGB196203235-
CMYK0.170.1400.08
HSL229.23º49.37%84.51%-
HSV(B)229.23º16.6%92.16%-
XYZ59.1260.4587.15-
YUV204.55145.18121.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.91%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 235 (92.19% from 255) = 37.07%
R=30.91%
G=32.02%
B=37.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1962032350.170.1400.08229.2349.3784.51
HexC4CBEB11E08e53155
Octal304313353211601034561125
Binary11000100110010111110101110001111001000111001011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBEB; }

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

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

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

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

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

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

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

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