Html Css Color HEX #C5C8DC Periwinkle

📋 copy color: '#C5C8DC'

red 197 ◦ green 200 ◦ blue 220

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

Shades of Periwinkle #C5C8DC

Tints of Periwinkle #C5C8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.41%

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

R = 31.93%
G = 32.41%
B = 35.66%

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

#C5C8DC (or 0xC5C8DC) is known color: Periwinkle. HEX triplet: C5, C8 and DC. RGB value is (197,200,220). Sum of RGB (Red+Green+Blue) = 197+200+220=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8DC is #3A3723. Grayscale: #C9C9C9. Windows color (decimal): -3815204 or 14469317. OLE color: 14469317.

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

Color convert

RGB 197 200 220 -
CMYK 0.10 0.09 0 0.14
HSL 232.17º 0.25% 0.82% -
HSV(B) 232.17º 0.1% 0.86% -
XYZ 56.6 58.35 75.99 -
YUV 201.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 197 200 220 0.10 0.09 0 0.14 232.17 0.25 0.82
Hex C5 C8 DC A 9 0 E E8 19 52
Octal 305 310 334 12 11 0 16 350 31 122
Binary 11000101 11001000 11011100 1010 1001 0 1110 11101000 11001 1010010

Color Harmonies of #C5C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8DC

Black with #C5C8DC

Text Example


Text Example

White with #C5C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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