Html Css Color HEX #C2C5ED Periwinkle

📋 copy color: '#C2C5ED'

red 194 ◦ green 197 ◦ blue 237

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

Shades of Periwinkle #C2C5ED

Tints of Periwinkle #C2C5ED

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.37%

 BLUE value IS 237 (92.97% from 255) = 37.74%

R = 30.89%
G = 31.37%
B = 37.74%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2C5ED (or 0xC2C5ED) is known color: Periwinkle. HEX triplet: C2, C5 and ED. RGB value is (194,197,237). Sum of RGB (Red+Green+Blue) = 194+197+237=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2C5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C5ED is #3D3A12. Grayscale: #C8C8C8. Windows color (decimal): -4012563 or 15582658. OLE color: 15582658.

HSL color Cylindrical-coordinate representation of color #C2C5ED: hue angle of 235.81º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2C5ED is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 197 237 -
CMYK 0.18 0.17 0 0.07
HSL 235.81º 0.54% 0.85% -
HSV(B) 235.81º 0.18% 0.93% -
XYZ 57.5 57.52 88.19 -
YUV 200.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 194 197 237 0.18 0.17 0 0.07 235.81 0.54 0.85
Hex C2 C5 ED 12 11 0 7 EC 36 55
Octal 302 305 355 22 21 0 7 354 66 125
Binary 11000010 11000101 11101101 10010 10001 0 111 11101100 110110 1010101

Color Harmonies of #C2C5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C5ED

Black with #C2C5ED

Text Example


Text Example

White with #C2C5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C5ED; }

 p { color: rgb(194,197,237); }

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

background-color css

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

 a { background-color: rgb(194,197,237); }

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

border-color css

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

 span { border-color: rgb(194,197,237); }

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