Html Css Color HEX #C3C9DC Periwinkle

📋 copy color: '#C3C9DC'

red 195 ◦ green 201 ◦ blue 220

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

Shades of Periwinkle #C3C9DC

Tints of Periwinkle #C3C9DC

RGB

 RED value IS 195 (76.56% from 255) = 31.66%

 GREEN value IS 201 (78.91% from 255) = 32.63%

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

R = 31.66%
G = 32.63%
B = 35.71%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C9DC (or 0xC3C9DC) is known color: Periwinkle. HEX triplet: C3, C9 and DC. RGB value is (195,201,220). Sum of RGB (Red+Green+Blue) = 195+201+220=616 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.66% from 616); Green value is 201 (78.91% from 255 or 32.63% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C9DC is #3C3623. Grayscale: #C9C9C9. Windows color (decimal): -3946020 or 14469571. OLE color: 14469571.

HSL color Cylindrical-coordinate representation of color #C3C9DC: hue angle of 225.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3C9DC is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 201 220 -
CMYK 0.11 0.09 0 0.14
HSL 225.6º 0.26% 0.81% -
HSV(B) 225.6º 0.11% 0.86% -
XYZ 56.31 58.54 76.04 -
YUV 201.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 195 201 220 0.11 0.09 0 0.14 225.6 0.26 0.81
Hex C3 C9 DC B 9 0 E E2 1A 51
Octal 303 311 334 13 11 0 16 342 32 121
Binary 11000011 11001001 11011100 1011 1001 0 1110 11100010 11010 1010001

Color Harmonies of #C3C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C9DC

Black with #C3C9DC

Text Example


Text Example

White with #C3C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C9DC; }

 p { color: rgb(195,201,220); }

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

background-color css

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

 a { background-color: rgb(195,201,220); }

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

border-color css

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

 span { border-color: rgb(195,201,220); }

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