Html Css Color HEX #C6CEEC Periwinkle

📋 copy color: '#C6CEEC'

red 198 ◦ green 206 ◦ blue 236

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

Shades of Periwinkle #C6CEEC

Tints of Periwinkle #C6CEEC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.19%

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

R = 30.94%
G = 32.19%
B = 36.88%

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

#C6CEEC (or 0xC6CEEC) is known color: Periwinkle. HEX triplet: C6, CE and EC. RGB value is (198,206,236). Sum of RGB (Red+Green+Blue) = 198+206+236=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEEC is #393113. Grayscale: #CECECE. Windows color (decimal): -3748116 or 15519430. OLE color: 15519430.

HSL color Cylindrical-coordinate representation of color #C6CEEC: hue angle of 227.37º 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 #C6CEEC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 206 236 -
CMYK 0.16 0.13 0 0.07
HSL 227.37º 0.5% 0.85% -
HSV(B) 227.37º 0.16% 0.93% -
XYZ 60.5 62.2 88.17 -
YUV 207.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 198 206 236 0.16 0.13 0 0.07 227.37 0.5 0.85
Hex C6 CE EC 10 D 0 7 E3 32 55
Octal 306 316 354 20 15 0 7 343 62 125
Binary 11000110 11001110 11101100 10000 1101 0 111 11100011 110010 1010101

Color Harmonies of #C6CEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEEC

Black with #C6CEEC

Text Example


Text Example

White with #C6CEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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