Html Css Color HEX #C2C8E1 Periwinkle

📋 copy color: '#C2C8E1'

red 194 ◦ green 200 ◦ blue 225

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

Shades of Periwinkle #C2C8E1

Tints of Periwinkle #C2C8E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.35%

R = 31.34%
G = 32.31%
B = 36.35%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2C8E1 (or 0xC2C8E1) is known color: Periwinkle. HEX triplet: C2, C8 and E1. RGB value is (194,200,225). Sum of RGB (Red+Green+Blue) = 194+200+225=619 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.34% from 619); Green value is 200 (78.52% from 255 or 32.31% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2C8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8E1 is #3D371E. Grayscale: #C8C8C8. Windows color (decimal): -4011807 or 14796994. OLE color: 14796994.

HSL color Cylindrical-coordinate representation of color #C2C8E1: hue angle of 228.39º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2C8E1 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 200 225 -
CMYK 0.14 0.11 0 0.12
HSL 228.39º 0.34% 0.82% -
HSV(B) 228.39º 0.14% 0.88% -
XYZ 56.49 58.21 79.49 -
YUV 201.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 194 200 225 0.14 0.11 0 0.12 228.39 0.34 0.82
Hex C2 C8 E1 E B 0 C E4 22 52
Octal 302 310 341 16 13 0 14 344 42 122
Binary 11000010 11001000 11100001 1110 1011 0 1100 11100100 100010 1010010

Color Harmonies of #C2C8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C8E1

Black with #C2C8E1

Text Example


Text Example

White with #C2C8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C8E1; }

 p { color: rgb(194,200,225); }

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

background-color css

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

 a { background-color: rgb(194,200,225); }

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

border-color css

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

 span { border-color: rgb(194,200,225); }

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