Html Css Color HEX #C3C8DC Periwinkle

📋 copy color: '#C3C8DC'

red 195 ◦ green 200 ◦ blue 220

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

Shades of Periwinkle #C3C8DC

Tints of Periwinkle #C3C8DC

RGB

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

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

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

R = 31.71%
G = 32.52%
B = 35.77%

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

#C3C8DC (or 0xC3C8DC) is known color: Periwinkle. HEX triplet: C3, C8 and DC. RGB value is (195,200,220). Sum of RGB (Red+Green+Blue) = 195+200+220=615 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.71% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3C8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C8DC is #3C3723. Grayscale: #C8C8C8. Windows color (decimal): -3946276 or 14469315. OLE color: 14469315.

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

Color convert

RGB 195 200 220 -
CMYK 0.11 0.09 0 0.14
HSL 228º 0.26% 0.81% -
HSV(B) 228º 0.11% 0.86% -
XYZ 56.08 58.08 75.96 -
YUV 200.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 195 200 220 0.11 0.09 0 0.14 228 0.26 0.81
Hex C3 C8 DC B 9 0 E E4 1A 51
Octal 303 310 334 13 11 0 16 344 32 121
Binary 11000011 11001000 11011100 1011 1001 0 1110 11100100 11010 1010001

Color Harmonies of #C3C8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C8DC

Black with #C3C8DC

Text Example


Text Example

White with #C3C8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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