Html Css Color HEX #C6CADC Periwinkle

📋 copy color: '#C6CADC'

red 198 ◦ green 202 ◦ blue 220

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

Shades of Periwinkle #C6CADC

Tints of Periwinkle #C6CADC

RGB

 RED value IS 198 (77.73% from 255) = 31.94%

 GREEN value IS 202 (79.3% from 255) = 32.58%

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

R = 31.94%
G = 32.58%
B = 35.48%

CMYK

 C value IS 0.1

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6CADC (or 0xC6CADC) is known color: Periwinkle. HEX triplet: C6, CA and DC. RGB value is (198,202,220). Sum of RGB (Red+Green+Blue) = 198+202+220=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 202 (79.30% from 255 or 32.58% 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 #C6CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CADC is #393523. Grayscale: #CACACA. Windows color (decimal): -3749156 or 14469830. OLE color: 14469830.

HSL color Cylindrical-coordinate representation of color #C6CADC: hue angle of 229.09º degrees, saturation: 0.24, 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 #C6CADC is Cyan = 0.1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 202 220 -
CMYK 0.1 0.08 0 0.14
HSL 229.09º 0.24% 0.82% -
HSV(B) 229.09º 0.1% 0.86% -
XYZ 57.33 59.41 76.16 -
YUV 202.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 198 202 220 0.1 0.08 0 0.14 229.09 0.24 0.82
Hex C6 CA DC A 8 0 E E5 18 52
Octal 306 312 334 12 10 0 16 345 30 122
Binary 11000110 11001010 11011100 1010 1000 0 1110 11100101 11000 1010010

Color Harmonies of #C6CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CADC

Black with #C6CADC

Text Example


Text Example

White with #C6CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CADC; }

 p { color: rgb(198,202,220); }

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

background-color css

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

 a { background-color: rgb(198,202,220); }

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

border-color css

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

 span { border-color: rgb(198,202,220); }

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