Html Css Color HEX #C1CAEC Periwinkle

📋 copy color: '#C1CAEC'

red 193 ◦ green 202 ◦ blue 236

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

Shades of Periwinkle #C1CAEC

Tints of Periwinkle #C1CAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.4%

R = 30.59%
G = 32.01%
B = 37.4%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1CAEC (or 0xC1CAEC) is known color: Periwinkle. HEX triplet: C1, CA and EC. RGB value is (193,202,236). Sum of RGB (Red+Green+Blue) = 193+202+236=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAEC is #3E3513. Grayscale: #CBCBCB. Windows color (decimal): -4076820 or 15518401. OLE color: 15518401.

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

Color convert

RGB 193 202 236 -
CMYK 0.18 0.14 0 0.07
HSL 227.44º 0.53% 0.84% -
HSV(B) 227.44º 0.18% 0.93% -
XYZ 58.25 59.63 87.8 -
YUV 203.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 193 202 236 0.18 0.14 0 0.07 227.44 0.53 0.84
Hex C1 CA EC 12 E 0 7 E3 35 54
Octal 301 312 354 22 16 0 7 343 65 124
Binary 11000001 11001010 11101100 10010 1110 0 111 11100011 110101 1010100

Color Harmonies of #C1CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CAEC

Black with #C1CAEC

Text Example


Text Example

White with #C1CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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