Html Css Color HEX #C6CDEF Periwinkle

📋 copy color: '#C6CDEF'

red 198 ◦ green 205 ◦ blue 239

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

Shades of Periwinkle #C6CDEF

Tints of Periwinkle #C6CDEF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.93%

 BLUE value IS 239 (93.75% from 255) = 37.23%

R = 30.84%
G = 31.93%
B = 37.23%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6CDEF (or 0xC6CDEF) is known color: Periwinkle. HEX triplet: C6, CD and EF. RGB value is (198,205,239). Sum of RGB (Red+Green+Blue) = 198+205+239=642 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.84% from 642); Green value is 205 (80.47% from 255 or 31.93% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDEF is #393210. Grayscale: #CECECE. Windows color (decimal): -3748369 or 15715782. OLE color: 15715782.

HSL color Cylindrical-coordinate representation of color #C6CDEF: hue angle of 229.76º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6CDEF is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 205 239 -
CMYK 0.17 0.14 0 0.06
HSL 229.76º 0.56% 0.86% -
HSV(B) 229.76º 0.17% 0.94% -
XYZ 60.7 61.9 90.41 -
YUV 206.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 198 205 239 0.17 0.14 0 0.06 229.76 0.56 0.86
Hex C6 CD EF 11 E 0 6 E6 38 56
Octal 306 315 357 21 16 0 6 346 70 126
Binary 11000110 11001101 11101111 10001 1110 0 110 11100110 111000 1010110

Color Harmonies of #C6CDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDEF

Black with #C6CDEF

Text Example


Text Example

White with #C6CDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDEF; }

 p { color: rgb(198,205,239); }

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

background-color css

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

 a { background-color: rgb(198,205,239); }

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

border-color css

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

 span { border-color: rgb(198,205,239); }

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