Html Css Color HEX #C1CCEC Periwinkle

📋 copy color: '#C1CCEC'

red 193 ◦ green 204 ◦ blue 236

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

Shades of Periwinkle #C1CCEC

Tints of Periwinkle #C1CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.23%

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

R = 30.49%
G = 32.23%
B = 37.28%

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

#C1CCEC (or 0xC1CCEC) is known color: Periwinkle. HEX triplet: C1, CC and EC. RGB value is (193,204,236). Sum of RGB (Red+Green+Blue) = 193+204+236=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCEC is #3E3313. Grayscale: #CCCCCC. Windows color (decimal): -4076308 or 15518913. OLE color: 15518913.

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

Color convert

RGB 193 204 236 -
CMYK 0.18 0.14 0 0.07
HSL 224.65º 0.53% 0.84% -
HSV(B) 224.65º 0.18% 0.93% -
XYZ 58.73 60.58 87.95 -
YUV 204.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 193 204 236 0.18 0.14 0 0.07 224.65 0.53 0.84
Hex C1 CC EC 12 E 0 7 E1 35 54
Octal 301 314 354 22 16 0 7 341 65 124
Binary 11000001 11001100 11101100 10010 1110 0 111 11100001 110101 1010100

Color Harmonies of #C1CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CCEC

Black with #C1CCEC

Text Example


Text Example

White with #C1CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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