Html Css Color HEX #C1D1FE Periwinkle

📋 copy color: '#C1D1FE'

red 193 ◦ green 209 ◦ blue 254

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

Shades of Periwinkle #C1D1FE

Tints of Periwinkle #C1D1FE

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.86%

 BLUE value IS 254 (99.61% from 255) = 38.72%

R = 29.42%
G = 31.86%
B = 38.72%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1D1FE (or 0xC1D1FE) is known color: Periwinkle. HEX triplet: C1, D1 and FE. RGB value is (193,209,254). Sum of RGB (Red+Green+Blue) = 193+209+254=656 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.42% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D1FE is #3E2E01. Grayscale: #D1D1D1. Windows color (decimal): -4075010 or 16699841. OLE color: 16699841.

HSL color Cylindrical-coordinate representation of color #C1D1FE: hue angle of 224.26º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1D1FE is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 209 254 -
CMYK 0.24 0.18 0 0.00
HSL 224.26º 0.97% 0.88% -
HSV(B) 224.26º 0.24% 1% -
XYZ 62.68 64.09 102.83 -
YUV 209.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 193 209 254 0.24 0.18 0 0.00 224.26 0.97 0.88
Hex C1 D1 FE 18 12 0 0 E0 61 58
Octal 301 321 376 30 22 0 0 340 141 130
Binary 11000001 11010001 11111110 11000 10010 0 0 11100000 1100001 1011000

Color Harmonies of #C1D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D1FE

Black with #C1D1FE

Text Example


Text Example

White with #C1D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D1FE; }

 p { color: rgb(193,209,254); }

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

background-color css

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

 a { background-color: rgb(193,209,254); }

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

border-color css

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

 span { border-color: rgb(193,209,254); }

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