Html Css Color HEX #C6CAEC Periwinkle

📋 copy color: '#C6CAEC'

red 198 ◦ green 202 ◦ blue 236

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

Shades of Periwinkle #C6CAEC

Tints of Periwinkle #C6CAEC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.76%

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

R = 31.13%
G = 31.76%
B = 37.11%

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

#C6CAEC (or 0xC6CAEC) is known color: Periwinkle. HEX triplet: C6, CA and EC. RGB value is (198,202,236). Sum of RGB (Red+Green+Blue) = 198+202+236=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAEC is #393513. Grayscale: #CCCCCC. Windows color (decimal): -3749140 or 15518406. OLE color: 15518406.

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

Color convert

RGB 198 202 236 -
CMYK 0.16 0.14 0 0.07
HSL 233.68º 0.5% 0.85% -
HSV(B) 233.68º 0.16% 0.93% -
XYZ 59.55 60.3 87.86 -
YUV 204.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 198 202 236 0.16 0.14 0 0.07 233.68 0.5 0.85
Hex C6 CA EC 10 E 0 7 EA 32 55
Octal 306 312 354 20 16 0 7 352 62 125
Binary 11000110 11001010 11101100 10000 1110 0 111 11101010 110010 1010101

Color Harmonies of #C6CAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CAEC

Black with #C6CAEC

Text Example


Text Example

White with #C6CAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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