Html Css Color HEX #C5C9DC Periwinkle

📋 copy color: '#C5C9DC'

red 197 ◦ green 201 ◦ blue 220

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

Shades of Periwinkle #C5C9DC

Tints of Periwinkle #C5C9DC

RGB

 RED value IS 197 (77.34% from 255) = 31.88%

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

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

R = 31.88%
G = 32.52%
B = 35.6%

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

#C5C9DC (or 0xC5C9DC) is known color: Periwinkle. HEX triplet: C5, C9 and DC. RGB value is (197,201,220). Sum of RGB (Red+Green+Blue) = 197+201+220=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C9DC is #3A3623. Grayscale: #C9C9C9. Windows color (decimal): -3814948 or 14469573. OLE color: 14469573.

HSL color Cylindrical-coordinate representation of color #C5C9DC: hue angle of 229.57º degrees, saturation: 0.25, 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 #C5C9DC is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 201 220 -
CMYK 0.10 0.09 0 0.14
HSL 229.57º 0.25% 0.82% -
HSV(B) 229.57º 0.1% 0.86% -
XYZ 56.83 58.81 76.07 -
YUV 201.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 197 201 220 0.10 0.09 0 0.14 229.57 0.25 0.82
Hex C5 C9 DC A 9 0 E E6 19 52
Octal 305 311 334 12 11 0 16 346 31 122
Binary 11000101 11001001 11011100 1010 1001 0 1110 11100110 11001 1010010

Color Harmonies of #C5C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C9DC

Black with #C5C9DC

Text Example


Text Example

White with #C5C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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