Html Css Color HEX #C6CBEB Periwinkle

📋 copy color: '#C6CBEB'

red 198 ◦ green 203 ◦ blue 235

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

Shades of Periwinkle #C6CBEB

Tints of Periwinkle #C6CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 31.13%
G = 31.92%
B = 36.95%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C6CBEB (or 0xC6CBEB) is known color: Periwinkle. HEX triplet: C6, CB and EB. RGB value is (198,203,235). Sum of RGB (Red+Green+Blue) = 198+203+235=636 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.13% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6CBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBEB is #393414. Grayscale: #CDCDCD. Windows color (decimal): -3748885 or 15453126. OLE color: 15453126.

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

Color convert

RGB 198 203 235 -
CMYK 0.16 0.14 0 0.08
HSL 231.89º 0.48% 0.85% -
HSV(B) 231.89º 0.16% 0.92% -
XYZ 59.64 60.72 87.17 -
YUV 205.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 198 203 235 0.16 0.14 0 0.08 231.89 0.48 0.85
Hex C6 CB EB 10 E 0 8 E8 30 55
Octal 306 313 353 20 16 0 10 350 60 125
Binary 11000110 11001011 11101011 10000 1110 0 1000 11101000 110000 1010101

Color Harmonies of #C6CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBEB

Black with #C6CBEB

Text Example


Text Example

White with #C6CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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