Html Css Color HEX #C1CDEC Periwinkle

📋 copy color: '#C1CDEC'

red 193 ◦ green 205 ◦ blue 236

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

Shades of Periwinkle #C1CDEC

Tints of Periwinkle #C1CDEC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.33%

 BLUE value IS 236 (92.58% from 255) = 37.22%

R = 30.44%
G = 32.33%
B = 37.22%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1CDEC (or 0xC1CDEC) is known color: Periwinkle. HEX triplet: C1, CD and EC. RGB value is (193,205,236). Sum of RGB (Red+Green+Blue) = 193+205+236=634 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.44% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CDEC is #3E3213. Grayscale: #CCCCCC. Windows color (decimal): -4076052 or 15519169. OLE color: 15519169.

HSL color Cylindrical-coordinate representation of color #C1CDEC: hue angle of 223.26º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1CDEC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 205 236 -
CMYK 0.18 0.13 0 0.07
HSL 223.26º 0.53% 0.84% -
HSV(B) 223.26º 0.18% 0.93% -
XYZ 58.96 61.06 88.03 -
YUV 204.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 193 205 236 0.18 0.13 0 0.07 223.26 0.53 0.84
Hex C1 CD EC 12 D 0 7 DF 35 54
Octal 301 315 354 22 15 0 7 337 65 124
Binary 11000001 11001101 11101100 10010 1101 0 111 11011111 110101 1010100

Color Harmonies of #C1CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CDEC

Black with #C1CDEC

Text Example


Text Example

White with #C1CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CDEC; }

 p { color: rgb(193,205,236); }

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

background-color css

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

 a { background-color: rgb(193,205,236); }

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

border-color css

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

 span { border-color: rgb(193,205,236); }

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