Html Css Color HEX #C1CEF9 Periwinkle

📋 copy color: '#C1CEF9'

red 193 ◦ green 206 ◦ blue 249

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

Shades of Periwinkle #C1CEF9

Tints of Periwinkle #C1CEF9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.79%

 BLUE value IS 249 (97.66% from 255) = 38.43%

R = 29.78%
G = 31.79%
B = 38.43%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1CEF9 (or 0xC1CEF9) is known color: Periwinkle. HEX triplet: C1, CE and F9. RGB value is (193,206,249). Sum of RGB (Red+Green+Blue) = 193+206+249=648 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.78% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CEF9 is #3E3106. Grayscale: #CECECE. Windows color (decimal): -4075783 or 16371393. OLE color: 16371393.

HSL color Cylindrical-coordinate representation of color #C1CEF9: hue angle of 226.07º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1CEF9 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 206 249 -
CMYK 0.22 0.17 0 0.02
HSL 226.07º 0.82% 0.87% -
HSV(B) 226.07º 0.22% 0.98% -
XYZ 61.16 62.32 98.43 -
YUV 207.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 193 206 249 0.22 0.17 0 0.02 226.07 0.82 0.87
Hex C1 CE F9 16 11 0 2 E2 52 57
Octal 301 316 371 26 21 0 2 342 122 127
Binary 11000001 11001110 11111001 10110 10001 0 10 11100010 1010010 1010111

Color Harmonies of #C1CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEF9

Black with #C1CEF9

Text Example


Text Example

White with #C1CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEF9; }

 p { color: rgb(193,206,249); }

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

background-color css

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

 a { background-color: rgb(193,206,249); }

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

border-color css

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

 span { border-color: rgb(193,206,249); }

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