Html Css Color HEX #C4C7E6 Periwinkle

📋 copy color: '#C4C7E6'

red 196 ◦ green 199 ◦ blue 230

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

Shades of Periwinkle #C4C7E6

Tints of Periwinkle #C4C7E6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.84%

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

R = 31.36%
G = 31.84%
B = 36.8%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C4C7E6 (or 0xC4C7E6) is known color: Periwinkle. HEX triplet: C4, C7 and E6. RGB value is (196,199,230). Sum of RGB (Red+Green+Blue) = 196+199+230=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #C4C7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C7E6 is #3B3819. Grayscale: #C9C9C9. Windows color (decimal): -3880986 or 15124420. OLE color: 15124420.

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

Color convert

RGB 196 199 230 -
CMYK 0.15 0.13 0 0.10
HSL 234.71º 0.4% 0.84% -
HSV(B) 234.71º 0.15% 0.9% -
XYZ 57.47 58.3 83.09 -
YUV 201.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 196 199 230 0.15 0.13 0 0.10 234.71 0.4 0.84
Hex C4 C7 E6 F D 0 A EB 28 54
Octal 304 307 346 17 15 0 12 353 50 124
Binary 11000100 11000111 11100110 1111 1101 0 1010 11101011 101000 1010100

Color Harmonies of #C4C7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C7E6

Black with #C4C7E6

Text Example


Text Example

White with #C4C7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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