Html Css Color HEX #C7C9DC Periwinkle

📋 copy color: '#C7C9DC'

red 199 ◦ green 201 ◦ blue 220

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

Shades of Periwinkle #C7C9DC

Tints of Periwinkle #C7C9DC

RGB

 RED value IS 199 (78.13% from 255) = 32.1%

 GREEN value IS 201 (78.91% from 255) = 32.42%

 BLUE value IS 220 (86.33% from 255) = 35.48%

R = 32.1%
G = 32.42%
B = 35.48%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C7C9DC (or 0xC7C9DC) is known color: Periwinkle. HEX triplet: C7, C9 and DC. RGB value is (199,201,220). Sum of RGB (Red+Green+Blue) = 199+201+220=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C9DC is #383623. Grayscale: #CACACA. Windows color (decimal): -3683876 or 14469575. OLE color: 14469575.

HSL color Cylindrical-coordinate representation of color #C7C9DC: hue angle of 234.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7C9DC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 201 220 -
CMYK 0.10 0.09 0 0.14
HSL 234.29º 0.23% 0.82% -
HSV(B) 234.29º 0.1% 0.86% -
XYZ 57.36 59.08 76.09 -
YUV 202.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 199 201 220 0.10 0.09 0 0.14 234.29 0.23 0.82
Hex C7 C9 DC A 9 0 E EA 17 52
Octal 307 311 334 12 11 0 16 352 27 122
Binary 11000111 11001001 11011100 1010 1001 0 1110 11101010 10111 1010010

Color Harmonies of #C7C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C9DC

Black with #C7C9DC

Text Example


Text Example

White with #C7C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C9DC; }

 p { color: rgb(199,201,220); }

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

background-color css

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

 a { background-color: rgb(199,201,220); }

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

border-color css

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

 span { border-color: rgb(199,201,220); }

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