Html Css Color HEX #C6CBEF Periwinkle

📋 copy color: '#C6CBEF'

red 198 ◦ green 203 ◦ blue 239

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

Shades of Periwinkle #C6CBEF

Tints of Periwinkle #C6CBEF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.72%

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

R = 30.94%
G = 31.72%
B = 37.34%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C6CBEF (or 0xC6CBEF) is known color: Periwinkle. HEX triplet: C6, CB and EF. RGB value is (198,203,239). Sum of RGB (Red+Green+Blue) = 198+203+239=640 (84% of max value = 765). Red value is 198 (77.73% from 255 or 30.94% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C6CBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBEF is #393410. Grayscale: #CDCDCD. Windows color (decimal): -3748881 or 15715270. OLE color: 15715270.

HSL color Cylindrical-coordinate representation of color #C6CBEF: hue angle of 232.68º 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 #C6CBEF is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 203 239 -
CMYK 0.17 0.15 0 0.06
HSL 232.68º 0.56% 0.86% -
HSV(B) 232.68º 0.17% 0.94% -
XYZ 60.22 60.95 90.25 -
YUV 205.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 198 203 239 0.17 0.15 0 0.06 232.68 0.56 0.86
Hex C6 CB EF 11 F 0 6 E9 38 56
Octal 306 313 357 21 17 0 6 351 70 126
Binary 11000110 11001011 11101111 10001 1111 0 110 11101001 111000 1010110

Color Harmonies of #C6CBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBEF

Black with #C6CBEF

Text Example


Text Example

White with #C6CBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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