Html Css Color HEX #C6CBEC Periwinkle

📋 copy color: '#C6CBEC'

red 198 ◦ green 203 ◦ blue 236

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

Shades of Periwinkle #C6CBEC

Tints of Periwinkle #C6CBEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.05%

R = 31.08%
G = 31.87%
B = 37.05%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C6CBEC (or 0xC6CBEC) is known color: Periwinkle. HEX triplet: C6, CB and EC. RGB value is (198,203,236). Sum of RGB (Red+Green+Blue) = 198+203+236=637 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.08% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #C6CBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBEC is #393413. Grayscale: #CDCDCD. Windows color (decimal): -3748884 or 15518662. OLE color: 15518662.

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

Color convert

RGB 198 203 236 -
CMYK 0.16 0.14 0 0.07
HSL 232.11º 0.5% 0.85% -
HSV(B) 232.11º 0.16% 0.93% -
XYZ 59.78 60.77 87.94 -
YUV 205.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 198 203 236 0.16 0.14 0 0.07 232.11 0.5 0.85
Hex C6 CB EC 10 E 0 7 E8 32 55
Octal 306 313 354 20 16 0 7 350 62 125
Binary 11000110 11001011 11101100 10000 1110 0 111 11101000 110010 1010101

Color Harmonies of #C6CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBEC

Black with #C6CBEC

Text Example


Text Example

White with #C6CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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