Html Css Color HEX #C3C6DB Periwinkle

📋 copy color: '#C3C6DB'

red 195 ◦ green 198 ◦ blue 219

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

Shades of Periwinkle #C3C6DB

Tints of Periwinkle #C3C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.35%

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 31.86%
G = 32.35%
B = 35.78%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3C6DB (or 0xC3C6DB) is known color: Periwinkle. HEX triplet: C3, C6 and DB. RGB value is (195,198,219). Sum of RGB (Red+Green+Blue) = 195+198+219=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 198 (77.73% from 255 or 32.35% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3C6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6DB is #3C3924. Grayscale: #C7C7C7. Windows color (decimal): -3946789 or 14403267. OLE color: 14403267.

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

Color convert

RGB 195 198 219 -
CMYK 0.11 0.10 0 0.14
HSL 232.5º 0.25% 0.81% -
HSV(B) 232.5º 0.11% 0.86% -
XYZ 55.49 57.1 75.12 -
YUV 199.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 195 198 219 0.11 0.10 0 0.14 232.5 0.25 0.81
Hex C3 C6 DB B A 0 E E8 19 51
Octal 303 306 333 13 12 0 16 350 31 121
Binary 11000011 11000110 11011011 1011 1010 0 1110 11101000 11001 1010001

Color Harmonies of #C3C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C6DB

Black with #C3C6DB

Text Example


Text Example

White with #C3C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C6DB; }

 p { color: rgb(195,198,219); }

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

background-color css

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

 a { background-color: rgb(195,198,219); }

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

border-color css

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

 span { border-color: rgb(195,198,219); }

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