Html Css Color HEX #C6CCEC Periwinkle

📋 copy color: '#C6CCEC'

red 198 ◦ green 204 ◦ blue 236

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

Shades of Periwinkle #C6CCEC

Tints of Periwinkle #C6CCEC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.97%

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

R = 31.03%
G = 31.97%
B = 36.99%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6CCEC (or 0xC6CCEC) is known color: Periwinkle. HEX triplet: C6, CC and EC. RGB value is (198,204,236). Sum of RGB (Red+Green+Blue) = 198+204+236=638 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.03% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6CCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCEC is #393313. Grayscale: #CDCDCD. Windows color (decimal): -3748628 or 15518918. OLE color: 15518918.

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

Color convert

RGB 198 204 236 -
CMYK 0.16 0.14 0 0.07
HSL 230.53º 0.5% 0.85% -
HSV(B) 230.53º 0.16% 0.93% -
XYZ 60.02 61.25 88.02 -
YUV 205.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 198 204 236 0.16 0.14 0 0.07 230.53 0.5 0.85
Hex C6 CC EC 10 E 0 7 E7 32 55
Octal 306 314 354 20 16 0 7 347 62 125
Binary 11000110 11001100 11101100 10000 1110 0 111 11100111 110010 1010101

Color Harmonies of #C6CCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCEC

Black with #C6CCEC

Text Example


Text Example

White with #C6CCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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