Html Css Color HEX #C1CAF3 Periwinkle

📋 copy color: '#C1CAF3'

red 193 ◦ green 202 ◦ blue 243

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

Shades of Periwinkle #C1CAF3

Tints of Periwinkle #C1CAF3

RGB

 RED value IS 193 (75.78% from 255) = 30.25%

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

 BLUE value IS 243 (95.31% from 255) = 38.09%

R = 30.25%
G = 31.66%
B = 38.09%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1CAF3 (or 0xC1CAF3) is known color: Periwinkle. HEX triplet: C1, CA and F3. RGB value is (193,202,243). Sum of RGB (Red+Green+Blue) = 193+202+243=638 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.25% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #C1CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAF3 is #3E350C. Grayscale: #CBCBCB. Windows color (decimal): -4076813 or 15977153. OLE color: 15977153.

HSL color Cylindrical-coordinate representation of color #C1CAF3: hue angle of 229.2º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1CAF3 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 202 243 -
CMYK 0.21 0.17 0 0.05
HSL 229.2º 0.68% 0.85% -
HSV(B) 229.2º 0.21% 0.95% -
XYZ 59.29 60.05 93.26 -
YUV 203.98 150.02 120.17 -
System Red Green Blue C M Y K H S L
Decimal 193 202 243 0.21 0.17 0 0.05 229.2 0.68 0.85
Hex C1 CA F3 15 11 0 5 E5 44 55
Octal 301 312 363 25 21 0 5 345 104 125
Binary 11000001 11001010 11110011 10101 10001 0 101 11100101 1000100 1010101

Color Harmonies of #C1CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CAF3

Black with #C1CAF3

Text Example


Text Example

White with #C1CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CAF3; }

 p { color: rgb(193,202,243); }

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

background-color css

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

 a { background-color: rgb(193,202,243); }

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

border-color css

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

 span { border-color: rgb(193,202,243); }

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