Html Css Color HEX #C6CDEC Periwinkle

📋 copy color: '#C6CDEC'

red 198 ◦ green 205 ◦ blue 236

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

Shades of Periwinkle #C6CDEC

Tints of Periwinkle #C6CDEC

RGB

 RED value IS 198 (77.73% from 255) = 30.99%

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

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

R = 30.99%
G = 32.08%
B = 36.93%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6CDEC (or 0xC6CDEC) is known color: Periwinkle. HEX triplet: C6, CD and EC. RGB value is (198,205,236). Sum of RGB (Red+Green+Blue) = 198+205+236=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6CDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDEC is #393213. Grayscale: #CECECE. Windows color (decimal): -3748372 or 15519174. OLE color: 15519174.

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

Color convert

RGB 198 205 236 -
CMYK 0.16 0.13 0 0.07
HSL 228.95º 0.5% 0.85% -
HSV(B) 228.95º 0.16% 0.93% -
XYZ 60.26 61.72 88.09 -
YUV 206.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 198 205 236 0.16 0.13 0 0.07 228.95 0.5 0.85
Hex C6 CD EC 10 D 0 7 E5 32 55
Octal 306 315 354 20 15 0 7 345 62 125
Binary 11000110 11001101 11101100 10000 1101 0 111 11100101 110010 1010101

Color Harmonies of #C6CDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDEC

Black with #C6CDEC

Text Example


Text Example

White with #C6CDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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