Html Css Color HEX #C2CAF1 Periwinkle

📋 copy color: '#C2CAF1'

red 194 ◦ green 202 ◦ blue 241

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

Shades of Periwinkle #C2CAF1

Tints of Periwinkle #C2CAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.71%

 BLUE value IS 241 (94.53% from 255) = 37.83%

R = 30.46%
G = 31.71%
B = 37.83%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2CAF1 (or 0xC2CAF1) is known color: Periwinkle. HEX triplet: C2, CA and F1. RGB value is (194,202,241). Sum of RGB (Red+Green+Blue) = 194+202+241=637 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.46% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2CAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAF1 is #3D350E. Grayscale: #CBCBCB. Windows color (decimal): -4011279 or 15846082. OLE color: 15846082.

HSL color Cylindrical-coordinate representation of color #C2CAF1: hue angle of 229.79º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2CAF1 is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 202 241 -
CMYK 0.20 0.16 0 0.05
HSL 229.79º 0.63% 0.85% -
HSV(B) 229.79º 0.2% 0.95% -
XYZ 59.25 60.06 91.69 -
YUV 204.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 194 202 241 0.20 0.16 0 0.05 229.79 0.63 0.85
Hex C2 CA F1 14 10 0 5 E6 3F 55
Octal 302 312 361 24 20 0 5 346 77 125
Binary 11000010 11001010 11110001 10100 10000 0 101 11100110 111111 1010101

Color Harmonies of #C2CAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAF1

Black with #C2CAF1

Text Example


Text Example

White with #C2CAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAF1; }

 p { color: rgb(194,202,241); }

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

background-color css

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

 a { background-color: rgb(194,202,241); }

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

border-color css

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

 span { border-color: rgb(194,202,241); }

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