Html Css Color HEX #C5C8DB Periwinkle

📋 copy color: '#C5C8DB'

red 197 ◦ green 200 ◦ blue 219

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

Shades of Periwinkle #C5C8DB

Tints of Periwinkle #C5C8DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.55%

R = 31.98%
G = 32.47%
B = 35.55%

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

#C5C8DB (or 0xC5C8DB) is known color: Periwinkle. HEX triplet: C5, C8 and DB. RGB value is (197,200,219). Sum of RGB (Red+Green+Blue) = 197+200+219=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5C8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8DB is #3A3724. Grayscale: #C9C9C9. Windows color (decimal): -3815205 or 14403781. OLE color: 14403781.

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

Color convert

RGB 197 200 219 -
CMYK 0.10 0.09 0 0.14
HSL 231.82º 0.23% 0.82% -
HSV(B) 231.82º 0.1% 0.86% -
XYZ 56.47 58.29 75.29 -
YUV 201.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 197 200 219 0.10 0.09 0 0.14 231.82 0.23 0.82
Hex C5 C8 DB A 9 0 E E8 17 52
Octal 305 310 333 12 11 0 16 350 27 122
Binary 11000101 11001000 11011011 1010 1001 0 1110 11101000 10111 1010010

Color Harmonies of #C5C8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8DB

Black with #C5C8DB

Text Example


Text Example

White with #C5C8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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