Html Css Color HEX #C5C8DF Periwinkle

📋 copy color: '#C5C8DF'

red 197 ◦ green 200 ◦ blue 223

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

Shades of Periwinkle #C5C8DF

Tints of Periwinkle #C5C8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 31.77%
G = 32.26%
B = 35.97%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5C8DF (or 0xC5C8DF) is known color: Periwinkle. HEX triplet: C5, C8 and DF. RGB value is (197,200,223). Sum of RGB (Red+Green+Blue) = 197+200+223=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 200 (78.52% from 255 or 32.26% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5C8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C8DF is #3A3720. Grayscale: #C9C9C9. Windows color (decimal): -3815201 or 14665925. OLE color: 14665925.

HSL color Cylindrical-coordinate representation of color #C5C8DF: hue angle of 233.08º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5C8DF is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 200 223 -
CMYK 0.12 0.10 0 0.13
HSL 233.08º 0.29% 0.82% -
HSV(B) 233.08º 0.12% 0.87% -
XYZ 57 58.51 78.1 -
YUV 201.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 197 200 223 0.12 0.10 0 0.13 233.08 0.29 0.82
Hex C5 C8 DF C A 0 D E9 1D 52
Octal 305 310 337 14 12 0 15 351 35 122
Binary 11000101 11001000 11011111 1100 1010 0 1101 11101001 11101 1010010

Color Harmonies of #C5C8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C8DF

Black with #C5C8DF

Text Example


Text Example

White with #C5C8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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