Html Css Color HEX #C6CFEA Periwinkle

📋 copy color: '#C6CFEA'

red 198 ◦ green 207 ◦ blue 234

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

Shades of Periwinkle #C6CFEA

Tints of Periwinkle #C6CFEA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.39%

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 30.99%
G = 32.39%
B = 36.62%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6CFEA (or 0xC6CFEA) is known color: Periwinkle. HEX triplet: C6, CF and EA. RGB value is (198,207,234). Sum of RGB (Red+Green+Blue) = 198+207+234=639 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.99% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFEA is #393015. Grayscale: #CFCFCF. Windows color (decimal): -3747862 or 15388614. OLE color: 15388614.

HSL color Cylindrical-coordinate representation of color #C6CFEA: hue angle of 225º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6CFEA is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 207 234 -
CMYK 0.15 0.12 0 0.08
HSL 225º 0.46% 0.85% -
HSV(B) 225º 0.15% 0.92% -
XYZ 60.45 62.57 86.73 -
YUV 207.39 143.02 121.3 -
System Red Green Blue C M Y K H S L
Decimal 198 207 234 0.15 0.12 0 0.08 225 0.46 0.85
Hex C6 CF EA F C 0 8 E1 2E 55
Octal 306 317 352 17 14 0 10 341 56 125
Binary 11000110 11001111 11101010 1111 1100 0 1000 11100001 101110 1010101

Color Harmonies of #C6CFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFEA

Black with #C6CFEA

Text Example


Text Example

White with #C6CFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFEA; }

 p { color: rgb(198,207,234); }

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

background-color css

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

 a { background-color: rgb(198,207,234); }

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

border-color css

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

 span { border-color: rgb(198,207,234); }

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