Html Css Color HEX #C2C7DC Periwinkle

📋 copy color: '#C2C7DC'

red 194 ◦ green 199 ◦ blue 220

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

Shades of Periwinkle #C2C7DC

Tints of Periwinkle #C2C7DC

RGB

 RED value IS 194 (76.17% from 255) = 31.65%

 GREEN value IS 199 (78.13% from 255) = 32.46%

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

R = 31.65%
G = 32.46%
B = 35.89%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2C7DC (or 0xC2C7DC) is known color: Periwinkle. HEX triplet: C2, C7 and DC. RGB value is (194,199,220). Sum of RGB (Red+Green+Blue) = 194+199+220=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 199 (78.12% from 255 or 32.46% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C7DC is #3D3823. Grayscale: #C7C7C7. Windows color (decimal): -4012068 or 14469058. OLE color: 14469058.

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

Color convert

RGB 194 199 220 -
CMYK 0.12 0.10 0 0.14
HSL 228.46º 0.27% 0.81% -
HSV(B) 228.46º 0.12% 0.86% -
XYZ 55.59 57.48 75.88 -
YUV 199.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 194 199 220 0.12 0.10 0 0.14 228.46 0.27 0.81
Hex C2 C7 DC C A 0 E E4 1B 51
Octal 302 307 334 14 12 0 16 344 33 121
Binary 11000010 11000111 11011100 1100 1010 0 1110 11100100 11011 1010001

Color Harmonies of #C2C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C7DC

Black with #C2C7DC

Text Example


Text Example

White with #C2C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C7DC; }

 p { color: rgb(194,199,220); }

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

background-color css

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

 a { background-color: rgb(194,199,220); }

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

border-color css

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

 span { border-color: rgb(194,199,220); }

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