Html Css Color HEX #C4C6E6 Periwinkle

📋 copy color: '#C4C6E6'

red 196 ◦ green 198 ◦ blue 230

#C4C6E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #C4C6E6

Tints of Periwinkle #C4C6E6

RGB

 RED value IS 196 (76.95% from 255) = 31.41%

 GREEN value IS 198 (77.73% from 255) = 31.73%

 BLUE value IS 230 (90.23% from 255) = 36.86%

R = 31.41%
G = 31.73%
B = 36.86%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C4C6E6 (or 0xC4C6E6) is known color: Periwinkle. HEX triplet: C4, C6 and E6. RGB value is (196,198,230). Sum of RGB (Red+Green+Blue) = 196+198+230=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4C6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C6E6 is #3B3919. Grayscale: #C8C8C8. Windows color (decimal): -3881242 or 15124164. OLE color: 15124164.

HSL color Cylindrical-coordinate representation of color #C4C6E6: hue angle of 236.47º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4C6E6 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 198 230 -
CMYK 0.15 0.14 0 0.10
HSL 236.47º 0.4% 0.84% -
HSV(B) 236.47º 0.15% 0.9% -
XYZ 57.24 57.84 83.01 -
YUV 201.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 196 198 230 0.15 0.14 0 0.10 236.47 0.4 0.84
Hex C4 C6 E6 F E 0 A EC 28 54
Octal 304 306 346 17 16 0 12 354 50 124
Binary 11000100 11000110 11100110 1111 1110 0 1010 11101100 101000 1010100

Color Harmonies of #C4C6E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C6E6

Black with #C4C6E6

Text Example


Text Example

White with #C4C6E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C6E6; }

 p { color: rgb(196,198,230); }

 H1.HeaderClassName
 {
   color: #C4C6E6;
 }
 .AnyTagClassName
 {
   color: #C4C6E6;
 }
</style>

background-color css

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

 a { background-color: rgb(196,198,230); }

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

border-color css

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

 span { border-color: rgb(196,198,230); }

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