Html Css Color HEX #C6CAE8 Periwinkle

📋 copy color: '#C6CAE8'

red 198 ◦ green 202 ◦ blue 232

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

Shades of Periwinkle #C6CAE8

Tints of Periwinkle #C6CAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.71%

R = 31.33%
G = 31.96%
B = 36.71%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C6CAE8 (or 0xC6CAE8) is known color: Periwinkle. HEX triplet: C6, CA and E8. RGB value is (198,202,232). Sum of RGB (Red+Green+Blue) = 198+202+232=632 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.33% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #C6CAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAE8 is #393517. Grayscale: #CCCCCC. Windows color (decimal): -3749144 or 15256262. OLE color: 15256262.

HSL color Cylindrical-coordinate representation of color #C6CAE8: hue angle of 232.94º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CAE8 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 202 232 -
CMYK 0.15 0.13 0 0.09
HSL 232.94º 0.43% 0.84% -
HSV(B) 232.94º 0.15% 0.91% -
XYZ 58.97 60.07 84.83 -
YUV 204.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 198 202 232 0.15 0.13 0 0.09 232.94 0.43 0.84
Hex C6 CA E8 F D 0 9 E9 2A 54
Octal 306 312 350 17 15 0 11 351 52 124
Binary 11000110 11001010 11101000 1111 1101 0 1001 11101001 101010 1010100

Color Harmonies of #C6CAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CAE8

Black with #C6CAE8

Text Example


Text Example

White with #C6CAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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