Html Css Color HEX #C1D5F9 Periwinkle

📋 copy color: '#C1D5F9'

red 193 ◦ green 213 ◦ blue 249

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

Shades of Periwinkle #C1D5F9

Tints of Periwinkle #C1D5F9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.52%

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

R = 29.47%
G = 32.52%
B = 38.02%

CMYK

 C value IS 0.22

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1D5F9 (or 0xC1D5F9) is known color: Periwinkle. HEX triplet: C1, D5 and F9. RGB value is (193,213,249). Sum of RGB (Red+Green+Blue) = 193+213+249=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1D5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D5F9 is #3E2A06. Grayscale: #D2D2D2. Windows color (decimal): -4073991 or 16373185. OLE color: 16373185.

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

Color convert

RGB 193 213 249 -
CMYK 0.22 0.14 0 0.02
HSL 218.57º 0.82% 0.87% -
HSV(B) 218.57º 0.22% 0.98% -
XYZ 62.89 65.77 99 -
YUV 211.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 193 213 249 0.22 0.14 0 0.02 218.57 0.82 0.87
Hex C1 D5 F9 16 E 0 2 DB 52 57
Octal 301 325 371 26 16 0 2 333 122 127
Binary 11000001 11010101 11111001 10110 1110 0 10 11011011 1010010 1010111

Color Harmonies of #C1D5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D5F9

Black with #C1D5F9

Text Example


Text Example

White with #C1D5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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