Html Css Color HEX #C1CFEC Periwinkle

📋 copy color: '#C1CFEC'

red 193 ◦ green 207 ◦ blue 236

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

Shades of Periwinkle #C1CFEC

Tints of Periwinkle #C1CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.55%

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

R = 30.35%
G = 32.55%
B = 37.11%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1CFEC (or 0xC1CFEC) is known color: Periwinkle. HEX triplet: C1, CF and EC. RGB value is (193,207,236). Sum of RGB (Red+Green+Blue) = 193+207+236=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CFEC is #3E3013. Grayscale: #CDCDCD. Windows color (decimal): -4075540 or 15519681. OLE color: 15519681.

HSL color Cylindrical-coordinate representation of color #C1CFEC: hue angle of 220.47º 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 #C1CFEC is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 207 236 -
CMYK 0.18 0.12 0 0.07
HSL 220.47º 0.53% 0.84% -
HSV(B) 220.47º 0.18% 0.93% -
XYZ 59.45 62.02 88.19 -
YUV 206.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 193 207 236 0.18 0.12 0 0.07 220.47 0.53 0.84
Hex C1 CF EC 12 C 0 7 DC 35 54
Octal 301 317 354 22 14 0 7 334 65 124
Binary 11000001 11001111 11101100 10010 1100 0 111 11011100 110101 1010100

Color Harmonies of #C1CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CFEC

Black with #C1CFEC

Text Example


Text Example

White with #C1CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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