Html Css Color HEX #C6CADD Periwinkle

📋 copy color: '#C6CADD'

red 198 ◦ green 202 ◦ blue 221

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

Shades of Periwinkle #C6CADD

Tints of Periwinkle #C6CADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.59%

R = 31.88%
G = 32.53%
B = 35.59%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6CADD (or 0xC6CADD) is known color: Periwinkle. HEX triplet: C6, CA and DD. RGB value is (198,202,221). Sum of RGB (Red+Green+Blue) = 198+202+221=621 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.88% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6CADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CADD is #393522. Grayscale: #CACACA. Windows color (decimal): -3749155 or 14535366. OLE color: 14535366.

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

Color convert

RGB 198 202 221 -
CMYK 0.10 0.09 0 0.13
HSL 229.57º 0.25% 0.82% -
HSV(B) 229.57º 0.1% 0.87% -
XYZ 57.46 59.47 76.86 -
YUV 202.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 198 202 221 0.10 0.09 0 0.13 229.57 0.25 0.82
Hex C6 CA DD A 9 0 D E6 19 52
Octal 306 312 335 12 11 0 15 346 31 122
Binary 11000110 11001010 11011101 1010 1001 0 1101 11100110 11001 1010010

Color Harmonies of #C6CADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CADD

Black with #C6CADD

Text Example


Text Example

White with #C6CADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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