Html Css Color HEX #C1D6EB Periwinkle

📋 copy color: '#C1D6EB'

red 193 ◦ green 214 ◦ blue 235

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

Shades of Periwinkle #C1D6EB

Tints of Periwinkle #C1D6EB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.33%

 BLUE value IS 235 (92.19% from 255) = 36.6%

R = 30.06%
G = 33.33%
B = 36.6%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1D6EB (or 0xC1D6EB) is known color: Periwinkle. HEX triplet: C1, D6 and EB. RGB value is (193,214,235). Sum of RGB (Red+Green+Blue) = 193+214+235=642 (85% of max value = 765). Red value is 193 (75.78% from 255 or 30.06% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1D6EB is #3E2914. Grayscale: #D2D2D2. Windows color (decimal): -4073749 or 15455937. OLE color: 15455937.

HSL color Cylindrical-coordinate representation of color #C1D6EB: hue angle of 210º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1D6EB is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 214 235 -
CMYK 0.18 0.09 0 0.08
HSL 210º 0.51% 0.84% -
HSV(B) 210º 0.18% 0.92% -
XYZ 61.03 65.43 88.01 -
YUV 210.12 142.04 115.79 -
System Red Green Blue C M Y K H S L
Decimal 193 214 235 0.18 0.09 0 0.08 210 0.51 0.84
Hex C1 D6 EB 12 9 0 8 D2 33 54
Octal 301 326 353 22 11 0 10 322 63 124
Binary 11000001 11010110 11101011 10010 1001 0 1000 11010010 110011 1010100

Color Harmonies of #C1D6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D6EB

Black with #C1D6EB

Text Example


Text Example

White with #C1D6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D6EB; }

 p { color: rgb(193,214,235); }

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

background-color css

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

 a { background-color: rgb(193,214,235); }

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

border-color css

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

 span { border-color: rgb(193,214,235); }

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