Html Css Color HEX #C1CEF2 Periwinkle

📋 copy color: '#C1CEF2'

red 193 ◦ green 206 ◦ blue 242

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

Shades of Periwinkle #C1CEF2

Tints of Periwinkle #C1CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 30.11%
G = 32.14%
B = 37.75%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C1CEF2 (or 0xC1CEF2) is known color: Periwinkle. HEX triplet: C1, CE and F2. RGB value is (193,206,242). Sum of RGB (Red+Green+Blue) = 193+206+242=641 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.11% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CEF2 is #3E310D. Grayscale: #CECECE. Windows color (decimal): -4075790 or 15912641. OLE color: 15912641.

HSL color Cylindrical-coordinate representation of color #C1CEF2: hue angle of 224.08º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1CEF2 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 206 242 -
CMYK 0.20 0.15 0 0.05
HSL 224.08º 0.65% 0.85% -
HSV(B) 224.08º 0.2% 0.95% -
XYZ 60.09 61.89 92.78 -
YUV 206.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 193 206 242 0.20 0.15 0 0.05 224.08 0.65 0.85
Hex C1 CE F2 14 F 0 5 E0 41 55
Octal 301 316 362 24 17 0 5 340 101 125
Binary 11000001 11001110 11110010 10100 1111 0 101 11100000 1000001 1010101

Color Harmonies of #C1CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEF2

Black with #C1CEF2

Text Example


Text Example

White with #C1CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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